Skip to content
Snippets Groups Projects
Verified Commit 0a7a2391 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Povoleni registrace

parent da9c25b1
No related branches found
No related tags found
No related merge requests found
Pipeline #20473 passed
......@@ -106,8 +106,8 @@ function PageBody() {
})}
>
<Routes>
<Route path="/registrace-vip" element={<Registration />} />
<Route path="/registrace" element={<Registration2 />} />
<Route path="/registrace-vip" element={<Registration2 />} />
<Route path="/registrace" element={<Registration />} />
<Route path="/stravovani" element={<Catering />} />
<Route path="/organizatori" element={<Team />} />
<Route path="/ubytovani" element={<Accommodation />} />
......
......@@ -162,11 +162,11 @@ export const nav = [
title: "Zasedání CF",
link: "/zasedani",
},
// {
// link: "/registrace",
// title: "Registrace",
{
link: "/registrace",
title: "Registrace",
// notonhome: true,
// },
},
{
link: "/ubytovani",
title: "Ubytování",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment