[frontend] Add phosphor icons

This commit is contained in:
Laura Hausmann 2024-04-09 21:28:48 +02:00 committed by Lilian
parent 31ea03ec2d
commit 98ac934897
No known key found for this signature in database
GPG key ID: 007CA12D692829E1
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
<base href="/"/> <base href="/"/>
<link rel="stylesheet" href="~/css/bootstrap/bootstrap.min.css"/> <link rel="stylesheet" href="~/css/bootstrap/bootstrap.min.css"/>
<link rel="stylesheet" href="~/css/app.css"/> <link rel="stylesheet" href="~/css/app.css"/>
<link rel="stylesheet" href="~/_content/Iceshrimp.Assets.PhosphorIcons/css/ph-regular.css"/>
<link rel="icon" type="image/png" href="~/favicon.png"/> <link rel="icon" type="image/png" href="~/favicon.png"/>
<link href="~/Iceshrimp.Frontend.styles.css" rel="stylesheet"/> <link href="~/Iceshrimp.Frontend.styles.css" rel="stylesheet"/>
</head> </head>

View file

@ -30,6 +30,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" /> <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.6" /> <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.6" />
<PackageReference Include="TypedSignalR.Client" Version="3.5.2" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/> <PackageReference Include="TypedSignalR.Client" Version="3.5.2" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
<PackageReference Include="Iceshrimp.Assets.PhosphorIcons" Version="2.0.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>