Skip to content

Commit

Permalink
Fix settings and tutorial links
Browse files Browse the repository at this point in the history
  • Loading branch information
wenincode committed Nov 6, 2023
1 parent 9974b22 commit aad2e9f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</:notifications>

<:side-nav>
<Hds::SideNav @isResponsive={{true}} class='consul-side-nav'>
<Hds::SideNav @isResponsive={{true}} @isCollapsible={{true}} class='consul-side-nav'>
<:header>
<Hds::SideNav::Header>
<:logo>
Expand All @@ -96,7 +96,7 @@
<dd.Interactive
@href={{concat (env 'CONSUL_DOCS_LEARN_URL') '/consul'}}
@isHrefExternal={{true}}
@text='Tuorials'
@text='Tutorials'
/>
<dd.Separator />
<dd.Interactive
Expand All @@ -109,7 +109,11 @@
<dd.ToggleIcon @icon='user' @text='Account menu' />
<dd.Title @text='Signed In' />
<dd.Description @text='email@domain.com' />
<dd.Interactive @href='#' @text='Account Settings' />
<dd.Interactive
@href={{href-to 'settings' params=(hash nspace=undefined partition=undefined)}}
@text='Settings'
@isHrefExternal={{false}}
/>
</Hds::Dropdown>
</:actions>
</Hds::SideNav::Header>
Expand Down

0 comments on commit aad2e9f

Please sign in to comment.