diff --git a/components/header.tsx b/components/header.tsx
index ee69491..26ee613 100644
--- a/components/header.tsx
+++ b/components/header.tsx
@@ -8,10 +8,10 @@ export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) {
return (
<>
diff --git a/components/logo.tsx b/components/logo.tsx
index c3a969e..acdeec7 100644
--- a/components/logo.tsx
+++ b/components/logo.tsx
@@ -1,13 +1,12 @@
-export default function Logo() {
+export default function Logo({ className = '' }) {
+ const classes = `fill-current ${className}`
return (
)
}
diff --git a/public/logo.svg b/public/logo.svg
index c2370c6..95ce527 100644
--- a/public/logo.svg
+++ b/public/logo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file