Skip to content

Commit

Permalink
refactor(data): move sounds.tsx and sound icons to src/data/sounds/
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 28, 2023
1 parent f8c47da commit 120627b
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Thanks for your interest in contributing to Noisekun! Please take a moment to re

### Audio files

The audio URLs is hard coded on [`sounds.tsx`](src/data/sounds.tsx), update file with your URLs.
The audio URLs is hard coded on [`src/data/sounds/index`](src/data/sounds/), update file with your URLs.
The icons is on [`src/data/sounds/icons/`](src/data/sounds/icons/).
The audio files are stored on Noisekun CDN, but you can access them at `.github/assets/sounds`.
The icons is on [`src/components/sound-icons/`](src/components/sound-icons/).

### Init server

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/data/sounds.tsx → src/data/sounds/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
Waves,
WhiteNoise,
Wind
} from '~/components/sound-icons'
} from './icons'

export const sounds = [
{
Expand Down

0 comments on commit 120627b

Please sign in to comment.