File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44 < meta charset = "utf-8 " />
55 < meta name = "viewport " content = "width=device-width, initial-scale=1 " />
66 < meta name = "csrf-token " content = { get_csrf_token ( ) } />
7- < . live_title default = "Ares " suffix = "" >
7+ < . live_title default = "BugsByte " suffix = "" >
88 { assigns [ :page_title ] }
99 </ . live_title >
1010 < link phx-track-static rel = "stylesheet " href = { ~p" /assets/css/app.css" } />
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ defmodule AresWeb.Components.Navbar do
5555 Previous edition
5656 </ . link >
5757 </ li >
58- < li >
58+ <%!-- < li>
5959 <.link
6060 class="hover:text-primary transition-colors"
6161 navigate="/app/team-formation"
6262 >
6363 Teams
6464 </.link>
65- </ li >
65+ </li> --%>
6666 <%= if @ user && @ user . is_admin do %>
6767 < li >
6868 < . link
@@ -107,12 +107,12 @@ defmodule AresWeb.Components.Navbar do
107107 </ . link >
108108 </ div >
109109 <% else %>
110- < . link
110+ <%!-- < .link
111111 navigate="/register"
112112 class="rounded-full px-3 py-2 text-sm font-semibold text-white shadow-sm ring-1 ring-inset ring-white hover:ring-primary hover:text-primary transition-all"
113113 >
114114 Register
115- </ . link >
115+ </.link> --%>
116116 <% end %>
117117 </ li >
118118 </ ul >
@@ -183,12 +183,12 @@ defmodule AresWeb.Components.Navbar do
183183 Profile
184184 </ . link >
185185 <% else %>
186- < a
186+ <%!-- <.link
187187 class="block py-3 sm:py-4 text-center text-lg sm:text-xl hover:text-primary transition-colors"
188188 href="/register"
189189 >
190190 Register
191- </ a >
191+ </.link> --% >
192192 <% end %>
193193 </ li >
194194 <%= if @ user do %>
@@ -252,14 +252,14 @@ defmodule AresWeb.Components.Navbar do
252252 Previous edition
253253 </ . link >
254254 </ li >
255- < li >
255+ <%!-- < li>
256256 <.link
257257 class="block py-3 sm:py-4 text-center text-lg sm:text-xl hover:text-primary transition-colors"
258258 navigate="/app/team-formation"
259259 >
260260 Team formation
261261 </.link>
262- </ li >
262+ </li> --%>
263263 </ ul >
264264 </ nav >
265265 </ div >
Original file line number Diff line number Diff line change 208208 </div>
209209</div> --%>
210210
211- < div class = "min-h-screen bg-black py-8 sm:py-12 md:py-16 px-4 sm:px-60 " >
211+ <%!-- < div class="min-h-screen bg-black py-8 sm:py-12 md:py-16 px-4 sm:px-60">
212212 <div class="mx-auto w-full">
213213 <h2 class="font-resegrg text-4xl sm:text-5xl md:text-6xl lg:text-7xl mb-8 sm:mb-12 md:mb-16 text-left font-display">
214214 Gallery
232232 <% end %>
233233 </div>
234234 </div>
235- </ div >
235+ </div> --%>
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ defmodule AresWeb.Router do
7575
7676 live_session :current_user ,
7777 on_mount: [ { AresWeb.UserAuth , :mount_current_scope } ] do
78- live "/register" , UserLive.Registration , :new
78+ # live "/register", UserLive.Registration, :new
7979 live "/log-in" , UserLive.Login , :new
8080 live "/log-in/:token" , UserLive.Confirmation , :new
8181 end
You can’t perform that action at this time.
0 commit comments