message on most of the pages

This commit is contained in:
Dobromir Popov
2024-05-22 17:53:00 +03:00
parent 208b7e43ef
commit 95a35ba164
2 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,12 @@ const SchedulePage = () => {
fetchHtmlContent(); // Call the function to fetch HTML content
}, []); // Empty dependency array means this effect runs once on component mount
// temporary alert for the users
useEffect(() => {
alert("Мили братя, искаме само да ви напомним да ни изпратите вашите предпочитания за юни до 25-то число като използвате меню 'Възможности'. Ако имате проблем, моля пишете ни на 'specialnosvidetelstvanesofia@gmail.com'");
}, []);
return (
<Layout>
<ProtectedRoute deniedMessage="">