diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-12-12 10:50:50 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-12-12 10:50:50 +0000 |
| commit | 324449786df02bd7a045e08355c1e6f96098d17a (patch) | |
| tree | 74723fceda2e85915e11c4c45478bc25413ea2a9 | |
| parent | merge: Fix: scrolling alt text using a mouse (!810) (diff) | |
| parent | fix a name (diff) | |
| download | sharkey-324449786df02bd7a045e08355c1e6f96098d17a.tar.gz sharkey-324449786df02bd7a045e08355c1e6f96098d17a.tar.bz2 sharkey-324449786df02bd7a045e08355c1e6f96098d17a.zip | |
merge: fix icons in dev mode (!813)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/813
Approved-by: Leah <kevinlukej@gmail.com>
Approved-by: Marie <github@yuugi.dev>
| -rw-r--r-- | packages/frontend-embed/src/index.html | 2 | ||||
| -rw-r--r-- | packages/frontend/src/index.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/frontend-embed/src/index.html b/packages/frontend-embed/src/index.html index 55be2f4ec1..d94ada5ea8 100644 --- a/packages/frontend-embed/src/index.html +++ b/packages/frontend-embed/src/index.html @@ -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> diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index c03902f505..f9ce113687 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -25,9 +25,11 @@ connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com https://api.listenbrainz.org https://api.friendlycaptcha.com https://raw.esm.sh; frame-src *;" /> - <meta property="og:site_name" content="[DEV BUILD] Misskey" /> + <meta property="og:site_name" content="[DEV BUILD] Sharkey" /> <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> |