mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
bg-transparent for embed
This commit is contained in:
@@ -35,6 +35,7 @@ class CountryMap extends Component
|
|||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
])->layout('layouts.app', [
|
])->layout('layouts.app', [
|
||||||
|
'darkModeDisabled' => !$this->darkMode,
|
||||||
'SEOData' => new SEOData(
|
'SEOData' => new SEOData(
|
||||||
title: __('Meetups'),
|
title: __('Meetups'),
|
||||||
description: __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!'),
|
description: __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!'),
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
@livewireStyles
|
@livewireStyles
|
||||||
@include('layouts.styles')
|
@include('layouts.styles')
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans antialiased bg-21gray dark">
|
<body class="font-sans antialiased {{ isset($darkModeDisabled) && !$darkModeDisabled ?'bg-21gray' : '' }} dark">
|
||||||
<x-notifications z-index="z-[99999]" blur="md" align="center"/>
|
<x-notifications z-index="z-[99999]" blur="md" align="center"/>
|
||||||
<x-dialog z-index="z-[99999]" blur="md" align="center" />
|
<x-dialog z-index="z-[99999]" blur="md" align="center" />
|
||||||
@if(auth()->user())
|
@if(auth()->user())
|
||||||
|
|||||||
Reference in New Issue
Block a user