Skip to content

Commit

Permalink
fix promo bar links
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhicode committed Aug 9, 2024
1 parent 1990786 commit 5aecd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ onMounted(() => {
<transition name="fade" mode="out-in">
<a
:key="index"
href="{{ taglines[index].url }}"
:href="taglines[index].url"
target="_blank"
class="unstyled flex justify-center items-center gap-4 text-white tracking-wide plausible-event-name=bannerClick"
>
Expand Down

0 comments on commit 5aecd12

Please sign in to comment.