Skip to content

Commit

Permalink
BC-7826 - make logo link to dashboard (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac authored Aug 16, 2024
1 parent 6485835 commit 5b87a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui/layout/CloudLogo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a href="/">
<a href="/dashboard">
<img src="@/assets/img/logo/nav-cloud-logo.svg" :alt="altText" />
</a>
</template>
Expand Down

0 comments on commit 5b87a95

Please sign in to comment.