Skip to content

Commit

Permalink
Merge pull request #871 from SSWConsulting/add-contact-ssw
Browse files Browse the repository at this point in the history
Added Contact SSW in Navbar
  • Loading branch information
tombui99 committed Apr 16, 2024
2 parents d6d1361 + e9de53b commit 1017c31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/containers/Layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,18 @@
</span>
<span class="textdark text-sm uppercase font-bold lg:pt-0 mx-2 sm:mx-4">
<span
class="header-item {currentRoute.path === '/aboutus'
class="header-item {currentRoute.path === '/about'
? 'textred'
: 'textdark'}"
>
<Navigate to="/about" styles="hover:no-underline">About</Navigate>
</span>
</span>
<span class="textdark text-sm uppercase font-bold lg:pt-0 mx-2 sm:mx-4">
<span>
<a target="_blank" href="https://ssw.com.au/company/contact-us" styles="hover:no-underline">Contact SSW</a>
</span>
</span>
</div>
{#if $isLoggedIn}
<div class="lg:mt-1 mx-4 lg:mx-0 mt-4 md:mt-2">
Expand Down

0 comments on commit 1017c31

Please sign in to comment.