diff --git a/Iceshrimp.Frontend/Components/Note/NoteFooter.razor b/Iceshrimp.Frontend/Components/Note/NoteFooter.razor index 3a648cd0..878879d2 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteFooter.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteFooter.razor @@ -34,6 +34,21 @@ @if (RenotePossible) { + + @if (Note.Visibility == NoteVisibility.Public) + { + + @Loc["Renote"] + + } + + @Loc["Renote (Unlisted)"] + + + @Loc["Renote (Followers)"] + + + } else { @@ -44,21 +59,6 @@ @Renotes } - - @if (Note.Visibility == NoteVisibility.Public) - { - - @Loc["Renote"] - - } - - @Loc["Renote (Unlisted)"] - - - @Loc["Renote (Followers)"] - - -