[frontend] Add phosphor icons
This commit is contained in:
parent
31ea03ec2d
commit
98ac934897
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
<base href="/"/>
|
||||
<link rel="stylesheet" href="~/css/bootstrap/bootstrap.min.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 href="~/Iceshrimp.Frontend.styles.css" rel="stylesheet"/>
|
||||
</head>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" 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="Iceshrimp.Assets.PhosphorIcons" Version="2.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue