Skip to content

Commit 8dbb2ec

Browse files
committed
fix: toast message typo
1 parent 8964f49 commit 8dbb2ec

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.todo

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
✔ Sound from Zapsplat.com @done
1616
✔ resize images @done
1717
✔ add favicon @done
18-
update seo
18+
update seo @done
1919
✔ default image @done
2020
✔ image clip fix @done
2121

2222

2323
----
2424

2525
Features:
26-
Dark theme
27-
Faster initial load
28-
Image clipping
29-
Patterns view
30-
Save and manage blobs locally
31-
tiny sound
32-
offline support
33-
static url for sharing
26+
Dark theme @done
27+
Faster initial load @done
28+
Image clipping @done
29+
Patterns view @done
30+
Save and manage blobs locally @done
31+
tiny sound @done
32+
offline support @done
33+
static url for sharing @done

src/components/NavLinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const NavLinks = ({ saveBlob }) => {
3838
fontWeight="500"
3939
shadow="xl"
4040
>
41-
Toast Saved!
41+
Blob Saved!
4242
</Box>
4343
),
4444
duration: 2000,

0 commit comments

Comments
 (0)