Skip to content

Commit

Permalink
Fix sound category for "focus" (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone authored Jan 6, 2025
1 parent 3a202bf commit d68fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/new-tab/src/Widgets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ function AmbienceSoundscapes() {
class="grid grid-cols-3 grid-rows-2 gap-2 p-1.5 pb-0"
>
{soundscapes
.filter((soundscape) => soundscape.categories.includes("focus"))
.filter((soundscape) => soundscape.categories.includes("ambience"))
.map((soundscape, index: number) => (
<div class="soundscape flex items-center gap-2">
<div class="flex items-center gap-2">
Expand Down

0 comments on commit d68fb12

Please sign in to comment.