mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
fix(ui): change apple app status bar style (#2903)
Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
This commit is contained in:
parent
fb7f2b5a8e
commit
20ac0d5066
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export default defineNuxtConfig({
|
||||||
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
|
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
|
||||||
],
|
],
|
||||||
meta: [
|
meta: [
|
||||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
{ name: 'apple-mobile-web-app-status-bar-style', content: 'default' },
|
||||||
// open graph social image
|
// open graph social image
|
||||||
{ property: 'og:title', content: 'Elk' },
|
{ property: 'og:title', content: 'Elk' },
|
||||||
{ property: 'og:description', content: 'A nimble Mastodon web client' },
|
{ property: 'og:description', content: 'A nimble Mastodon web client' },
|
||||||
|
|
Loading…
Reference in a new issue