This commit is contained in:
Web-serfer 2026-03-26 16:08:55 +05:00
parent b894421745
commit 84e2ad0f83

View file

@ -11,7 +11,7 @@ const Footer: Component = () => {
{/* Копирайт */}
<div class="w-full text-center">
<p class="text-md text-neutral-500 dark:text-neutral-400">
&copy; 2024 - {currentYear} redi.ru - Все права защищены.
&copy; 2024 - {currentYear} redib.ru - Все права защищены.
</p>
</div>
</div>