Skip to content

Commit

Permalink
Hotfix - replacing the navbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
simonaszilinskas authored Oct 11, 2024
1 parent d33c86a commit 35231ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/decidim/_wrapper.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
<nav class="main-nav">
<ul>
<li class="main-nav__link">
<a class="main-nav" href="/processes/Citywidepb2023">About</a>
<a class="main-nav" href="/">About</a>
</li>
<li class="main-nav__link">
<a class="main-nav" href="/processes/vote">Election Center</a>
Expand Down Expand Up @@ -71,7 +71,7 @@ end

<div class="topbar__user show-for-medium">
<div class="topbar__user__login js-append">
<a class="main-nav" href="/processes/Citywidepb2023">About</a>
<a class="main-nav" href="/">About</a>
</div>
</div>
<div class="topbar__user show-for-medium">
Expand Down

0 comments on commit 35231ab

Please sign in to comment.