Skip to content

Commit

Permalink
Fix nav container bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Oct 13, 2023
1 parent 2701b90 commit ed48167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/app/components/header/nav.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="header-nav">
<nav class="header-nav x-container">
<LinkTo @route="authenticated.dashboard" class="header-nav-logo">
<HermesLogo />
</LinkTo>
Expand Down
2 changes: 1 addition & 1 deletion web/app/templates/authenticated.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#if this.standardTemplateIsShown}}
<Header />
<div class="x-container">
<Header />
{{outlet}}
<Footer />
</div>
Expand Down

0 comments on commit ed48167

Please sign in to comment.