Skip to content

Commit f474195

Browse files
authored
fix: wrong regulation file link on mobile's navbar (#95)
1 parent 6f49c3c commit f474195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ares_web/components/navbar.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ defmodule AresWeb.Components.Navbar do
231231
<li>
232232
<a
233233
class="block py-3 sm:py-4 text-center text-lg sm:text-xl hover:text-primary transition-colors"
234-
href="images/docs/RegulamentoBugsByte2025.pdf"
234+
target="_blank"
235+
href="/docs/regulation.pdf"
235236
>
236237
Regulation
237238
</a>

0 commit comments

Comments
 (0)