Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamster3000 authored Sep 28, 2024
1 parent 003ba54 commit cd5f2bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<meta property="og:type" content="website">
<meta name="theme-color" content="#1A1A2E">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=MedievalSharp&family=Roboto:wght@400;700&display=swap">
Expand Down Expand Up @@ -99,7 +98,7 @@ <h2>We Value Your Feedback!</h2>

// Check if the popup has been shown in the last 30 days
if (!getCookie('feedback_popup_shown')) {
// Show popup after 15 seconds if it hasn't been shown recently
setTimeout(showPopup, 15000);
// Show popup after 5 seconds if it hasn't been shown recently
setTimeout(showPopup, 5000);
}
</script>

0 comments on commit cd5f2bc

Please sign in to comment.