a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[frontend/components] Move rule in profile menu

pancakes c916da21 d6b3ee8d

+1 -1
+1 -1
Iceshrimp.Frontend/Components/ProfileInfo.razor
··· 82 82 <Text>@Loc["Refetch"]</Text> 83 83 </MenuElement> 84 84 } 85 - <hr class="rule"/> 86 85 <MenuElement Icon="Icons.Info" OnSelect="OpenAbout"> 87 86 <Text>@Loc["About"]</Text> 88 87 </MenuElement> 88 + <hr class="rule"/> 89 89 @if (User.Host != null && UserProfile.Url != null) 90 90 { 91 91 <MenuElement Icon="Icons.ArrowSquareOut" OnSelect="OpenOriginal">