Skip to content

Commit

Permalink
Change nav background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 15, 2023
1 parent 5269ed1 commit f2edcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gathering/app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{page-title this.title}}
<div class='w-full'>
<div class='mx-auto md:container'>
<ul class='flex justify-center gap-4 bg-slate-200 p-2' data-test-nav>
<ul class='flex justify-center gap-4 bg-gray-200 p-2' data-test-nav>
<li class='pair'><LinkTo
@route='destinations'
@query={{(hash regionId=null)}}
Expand Down

0 comments on commit f2edcf1

Please sign in to comment.