Update toast message in layout.tsx and WarningToast.tsx components
This commit is contained in:
@@ -86,8 +86,8 @@ export default function RootLayout({
|
||||
<InfoToastWithButton
|
||||
toastName="toast.feedback"
|
||||
toastDuration={7500}
|
||||
timeoutDuration={12500}
|
||||
message="Feel like the site is missing something? feel free to give feedback! it helps us improve the site."
|
||||
timeoutDuration={2000}
|
||||
message="Think the site is missing something? feel free to give feedback! it helps us improve the website."
|
||||
amountOfVisits={1}
|
||||
toastButtonMessage="Give Feedback 🌟"
|
||||
/>
|
||||
|
||||
@@ -61,7 +61,7 @@ export function InfoToastWithButton({
|
||||
const showWarningToast = useCallback(() => {
|
||||
toast.info(
|
||||
<div className="flex flex-col gap-3">
|
||||
<p className="lg">
|
||||
<p className="lg text-black dark:text-white">
|
||||
{message}
|
||||
</p>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user