Skip to content

Commit

Permalink
fix(ui): change apple app status bar style (#2903)
Browse files Browse the repository at this point in the history
Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
  • Loading branch information
DasLixou and userquin authored Aug 9, 2024
1 parent fb7f2b5 commit 20ac0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 20ac0d5

Please sign in to comment.