Skip to content

Commit

Permalink
Merge pull request #1528 from hydephp/visual-dashboard-bugfixes
Browse files Browse the repository at this point in the history
Visual dashboard bugfixes hydephp/develop@b126f15
  • Loading branch information
github-actions committed Feb 7, 2024
1 parent d41f1b8 commit dc45767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<a class="nav-link px-3" href="/dashboard">Open full page dashboard</a>
</div>
@else
<div class="nav-item text-nowrap">
<a class="nav-link px-3" href="/">Back to site</a>
</div>
<div class="nav-item text-nowrap">
<a class="nav-link px-3" href="/">Back to site</a>
</div>
@endif
</div>
</nav>
Expand Down

0 comments on commit dc45767

Please sign in to comment.