fix: correct URL in Info component and comment out unused Navbar link
This commit is contained in:
@@ -67,8 +67,7 @@ function Info() {
|
|||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
// open this link in a new tab
|
// open this link in a new tab
|
||||||
const url =
|
const url = "https://disk.yandex.ru/d/l8yiw1huY5NU9w";
|
||||||
"https://disk.yandex.ru/d/l8yiw1huY5NU9whttps://disk.yandex.ru/d/l8yiw1huY5NU9w";
|
|
||||||
|
|
||||||
window.open(url, "_blank", "noopener,noreferrer");
|
window.open(url, "_blank", "noopener,noreferrer");
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ function Navbar() {
|
|||||||
О фестивале
|
О фестивале
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
{/* <li>
|
||||||
<Link
|
<Link
|
||||||
href="/about"
|
href="/about"
|
||||||
className="block py-2 hover:text-gray-300"
|
className="block py-2 hover:text-gray-300"
|
||||||
@@ -145,7 +145,7 @@ function Navbar() {
|
|||||||
>
|
>
|
||||||
Карта
|
Карта
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li> */}
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
href="/events"
|
href="/events"
|
||||||
|
|||||||
Reference in New Issue
Block a user