Skip to content

Commit

Permalink
feat: add link to helpform
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymczek authored and Rei-x committed Sep 8, 2024
1 parent 3af521a commit 99ee477
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const Navbar = () => {
<li className="cursor-pointer">
<a href="https://solvro.pwr.edu.pl/contact/">Kontakt</a>
</li>
<li className="cursor-pointer">
<a href="https://forms.gle/4tBCPkLMFKptB1iZ7">Zgłoś błąd</a>
</li>
</ul>
</nav>

Expand Down Expand Up @@ -81,6 +84,9 @@ const Navbar = () => {
<li className="cursor-pointer p-2">
<a href="https://solvro.pwr.edu.pl/contact/">Kontakt</a>
</li>
<li className="cursor-pointer p-2">
<a href="https://forms.gle/4tBCPkLMFKptB1iZ7">Zgłoś błąd</a>
</li>
</ul>
</div>
) : null}
Expand Down

0 comments on commit 99ee477

Please sign in to comment.