Skip to content

Commit

Permalink
Update src/routes/[network]/settings/+page.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Sallinen <[email protected]>
  • Loading branch information
aaroncox and deansallinen authored Feb 24, 2025
1 parent 6cfe7e9 commit cb69f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[network]/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
});
const range: ExtendedSelectOption[] = [
{ label: '15 mintes', value: TimeSeconds['15m'] },
{ label: '15 minutes', value: TimeSeconds['15m'] },
{ label: '1 day', value: TimeSeconds['1d'] },
{ label: '1 week', value: TimeSeconds['1w'] },
{ label: '1 month', value: TimeSeconds['1mo'] },
Expand Down

0 comments on commit cb69f6f

Please sign in to comment.