Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from victorhqc/fix/navigation_root_url
Browse files Browse the repository at this point in the history
Fixes navigation header.
  • Loading branch information
victorhqc authored Aug 6, 2019
2 parents 2a831e3 + fe7d51c commit de1d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-dark">
<a class="navbar-brand" href="#">Catálogo</a>
<a class="navbar-brand" href="<?php echo url("/") ?>">Catálogo</a>
<button
class="navbar-toggler"
type="button"
Expand Down

0 comments on commit de1d018

Please sign in to comment.