diff --git a/Iceshrimp.Frontend/Components/DriveEntry.razor b/Iceshrimp.Frontend/Components/DriveEntry.razor index b352dfec..c23b0362 100644 --- a/Iceshrimp.Frontend/Components/DriveEntry.razor +++ b/Iceshrimp.Frontend/Components/DriveEntry.razor @@ -13,6 +13,14 @@ {
+ @if (File.IsAvatar) + { + + } + @if (File.IsBanner) + { + + } @if (File.Description != null) {