1
0

fix(ui): change apple app status bar style (#2903)

Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
This commit is contained in:
Lixou 2024-08-09 07:58:49 +02:00 committed by GitHub
parent fb7f2b5a8e
commit 20ac0d5066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' },