This commit is contained in:
Web-serfer 2026-03-26 15:40:26 +05:00
parent a856662d98
commit 683773c93c

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.dev - Все права защищены.
&copy; 2024 - {currentYear} redib.ru - Все права защищены.
</p>
</div>
</div>