feat: add desktop notice

This commit is contained in:
MAZE 2024-08-31 18:22:46 +03:30
parent bb39b4ba98
commit 07f37ef17f
2 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,12 @@
color: var(--color-foreground-subtle);
}
.notice {
margin-top: 4px;
font-size: var(--font-sm);
color: var(--color-foreground-subtler);
}
.radios {
margin-top: 28px;

View file

@ -26,6 +26,7 @@ export function LofiModal({ onClose, show }: LofiModalProps) {
<Modal persist show={show} onClose={onClose}>
<h2 className={styles.title}>Lofi Radios</h2>
<p className={styles.desc}>A curated list of Lofi radios.</p>
<p className={styles.notice}>Works best on desktop.</p>
<div className={styles.radios}>
{radios.map((radio, index) => (