fix icons in dev mode
running `pnpm dev` would not show any of our icons this fixes it well enough
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
/>
|
||||
<meta property="og:site_name" content="[DEV BUILD] Sharkey" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel='stylesheet' href='/assets/phosphor-icons/bold/style.css'>
|
||||
<link rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css'>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
<meta property="og:site_name" content="[DEV BUILD] Misskey" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color-orig" content="#86b300">
|
||||
<link rel='stylesheet' href='/assets/phosphor-icons/bold/style.css'>
|
||||
<link rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css'>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user