Skip to content

Commit

Permalink
fix: #1106 bc logo redirect (#1168)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Saglioni <nicola.saglioni@encora.com>
  • Loading branch information
NickSaglioni and NickSaglioni authored Feb 1, 2024
1 parent a7edaf9 commit f84bb4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/components/common/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ const props = defineProps({
<template>
<Sidebar v-model:visible="sideNavState.isVisible">
<template #header>
<a
<div
class="sidenav-logo"
title="Forests Access Management"
href="https://www2.gov.bc.ca"
@click="router.push('/dashboard')"
>
<img
src="@/assets/images/17_gov3_bc_logo_transparent.svg"
alt="B.C. Government Logo"
/>
</a>
</div>
</template>
<nav class="sidenav">
<div class="content">
Expand Down Expand Up @@ -95,6 +95,7 @@ const props = defineProps({
@import '@/assets/styles/styles.scss';
.sidenav-logo {
cursor: pointer;
img {
margin: 0px 0px 1rem 0.188rem;
width: 8.75rem;
Expand Down

0 comments on commit f84bb4f

Please sign in to comment.