Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirobaer authored and github-actions[bot] committed Nov 25, 2024
1 parent d5f5426 commit 3cdd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/TopSecretComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function render(): View
'title' => 'Top Secret',
'bodyClass' => 'bg-bf-gray min-h-screen antialiased',
'image' => '/backgrounds/bf-24-desk.jpg',
'ogImage' => '/images/og-image-topsecret.jpg'
'ogImage' => '/images/og-image-topsecret.jpg',
]);
}
}

0 comments on commit 3cdd143

Please sign in to comment.