21 lines
No EOL
488 B
Text
21 lines
No EOL
488 B
Text
@using Iceshrimp.Assets.PhosphorIcons
|
|
<div class="note-footer">
|
|
<button class="btn">
|
|
<Icon Name="Icons.ArrowUUpLeft" />
|
|
</button>
|
|
<button class="btn">
|
|
<Icon Name="Icons.ArrowsClockwise" />
|
|
</button>
|
|
<button class="btn">
|
|
<Icon Name="Icons.Heart" />
|
|
</button>
|
|
<button class="btn">
|
|
<Icon Name="Icons.Smiley"/>
|
|
</button>
|
|
<button class="btn">
|
|
<Icon Name="Icons.DotsThreeOutline" />
|
|
</button>
|
|
</div>
|
|
@code {
|
|
|
|
} |