Skip to content

Commit

Permalink
fix: properly show alert link
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed May 27, 2022
1 parent 128fad8 commit 348a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WelcomeAlert/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<v-icon v-if="icon" large class="pr-2">{{ icon }}</v-icon>
<span>{{ title }}</span>
<v-spacer />
<v-btn v-if="!link" @click="onClick" text dense>
<v-btn v-if="link" @click="onClick" text dense>
Read more
<v-icon class="pl-2">mdi-chevron-right</v-icon>
</v-btn>
Expand Down

0 comments on commit 348a152

Please sign in to comment.