fix: correct URL in Info component and comment out unused Navbar link

This commit is contained in:
2025-08-04 20:25:09 +05:00
parent 2acab47351
commit 887051abb3
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -67,8 +67,7 @@ function Info() {
<Button
onClick={() => {
// open this link in a new tab
const url =
"https://disk.yandex.ru/d/l8yiw1huY5NU9whttps://disk.yandex.ru/d/l8yiw1huY5NU9w";
const url = "https://disk.yandex.ru/d/l8yiw1huY5NU9w";
window.open(url, "_blank", "noopener,noreferrer");
}}
+2 -2
View File
@@ -137,7 +137,7 @@ function Navbar() {
О фестивале
</Link>
</li>
<li>
{/* <li>
<Link
href="/about"
className="block py-2 hover:text-gray-300"
@@ -145,7 +145,7 @@ function Navbar() {
>
Карта
</Link>
</li>
</li> */}
<li>
<Link
href="/events"