Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed May 28, 2021
1 parent 186e186 commit 6eb331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/dashboard/_sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h2 class="h5 mb-3">Hi, Jane</h2>
</a>
</li>
<li class="nav-item">
<a href="../../pages/upgrade-to-pro.html"
<a href="@@path/pages/upgrade-to-pro.html"
class="btn btn-secondary d-flex align-items-center justify-content-center btn-upgrade-pro">
<span class="sidebar-icon d-inline-flex align-items-center justify-content-center">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z" clip-rule="evenodd"></path></svg>
Expand Down

0 comments on commit 6eb331c

Please sign in to comment.