Skip to content

Commit

Permalink
Fix capitalization in toast message in layout.tsx component
Browse files Browse the repository at this point in the history
  • Loading branch information
BramSuurdje committed Jun 12, 2024
1 parent 8d9d019 commit 51e498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function RootLayout({
toastName="toast.feedback"
toastDuration={7500}
timeoutDuration={12500}
message="Think the site is missing something? feel free to give feedback! it helps us improve the website."
message="Think the site is missing something? Feel free to give feedback! It helps us improve the website."
amountOfVisits={1}
toastButtonMessage="Give Feedback 🌟"
/>
Expand Down

0 comments on commit 51e498c

Please sign in to comment.