diff options
| author | Solstice <solstice@local> | 2026-06-09 00:58:04 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:58:04 -0700 |
| commit | f43f549ffbe3074977116c9f35aa7064d6a4bd95 (patch) | |
| tree | c285fbcf8a768d0de2631a93e379d61cea0313f2 /src | |
| parent | a7e2a94ddb19864d4a1f78a420fcf66a9e38f4e5 (diff) | |
refactor: switch ambient audio to user-supplied assets
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/AmbientControl.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AmbientControl.tsx b/src/components/AmbientControl.tsx index 5b5017a..9eabb09 100644 --- a/src/components/AmbientControl.tsx +++ b/src/components/AmbientControl.tsx @@ -43,7 +43,7 @@ export function AmbientControl() { color: available ? 'var(--fg-3)' : 'var(--negative)', }} > - {available ? 'Looping background audio' : 'Audio unavailable'} + {available ? 'Looping background audio' : 'Add rain.ogg, cafe.ogg, or white_noise.ogg'} </span> </div> |
