Iceshrimp.NET/Iceshrimp.Backend/Components/Admin/AdminHead.razor
Laura Hausmann 346803935a
[backend/razor] Add a navigation bar to the admin dashboard
This is implemented using a reusable navigation bar component.
2024-11-09 05:07:04 +01:00

7 lines
No EOL
322 B
Text

@using Microsoft.AspNetCore.Components.Web
@using Iceshrimp.Backend.Components.Helpers
<HeadContent>
<VersionedLink rel="stylesheet" href="/css/admin.css"/>
<VersionedLink rel="stylesheet" href="/_content/Iceshrimp.Assets.PhosphorIcons/css/ph-regular.css"/>
<VersionedScript src="/js/admin.js"/>
</HeadContent>