diff --git a/src/components/categories/donate/donate.tsx b/src/components/categories/donate/donate.tsx index a5c3ac5..1593ca5 100644 --- a/src/components/categories/donate/donate.tsx +++ b/src/components/categories/donate/donate.tsx @@ -14,7 +14,7 @@ export function Donate() { -
Help me keep Moodist ad-free.
diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css
index c4f2373..fd733ff 100644
--- a/src/components/sound/sound.module.css
+++ b/src/components/sound/sound.module.css
@@ -91,7 +91,7 @@
}
}
- & h3 {
+ & .label {
margin-top: 8px;
font-family: var(--font-heading);
font-size: var(--font-sm);
diff --git a/src/components/sound/sound.tsx b/src/components/sound/sound.tsx
index c6fc1eb..dba6639 100644
--- a/src/components/sound/sound.tsx
+++ b/src/components/sound/sound.tsx
@@ -90,7 +90,9 @@ export function Sound({
icon
)}
- {label}
+