Skip to content

Commit

Permalink
docs(EnterpriseLink): update link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 3, 2024
1 parent 80ad6b4 commit b5a7147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/src/components/app/bar/EnterpriseLink.vue
@@ -1,12 +1,12 @@
<template>
<AppBtn
:text="t('enterprise')"
:to="rpath('/introduction/enterprise-support/')"
class="ms-1"
color="primary"
variant="outlined"
@click="gtagClick('app-bar', 'enterprise', name)"
>

{{ t('enterprise') }}
</AppBtn>
/>
</template>

<script setup>
Expand Down

0 comments on commit b5a7147

Please sign in to comment.