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
@ -261,7 +261,7 @@ export default defineNuxtConfig({
|
||||
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
|
||||
],
|
||||
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
|
||||
{ property: 'og:title', content: 'Elk' },
|
||||
{ property: 'og:description', content: 'A nimble Mastodon web client' },
|
||||
|
Loading…
Reference in New Issue
Block a user