Skip to content

Commit

Permalink
fix: Use XAction for docs links
Browse files Browse the repository at this point in the history
Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen committed Nov 25, 2024
1 parent 6cf85fe commit 4bd3108
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
v-if="props.docs.length > 0"
:to="{ name: 'app-view-docs' }"
>
<KButton
<XAction
appearance="secondary"
icon
:to="props.docs"
:href="props.docs"
>
<XIcon
name="docs"
/>
</KButton>
</XAction>
</XTeleportTemplate>
</template>

Expand Down

0 comments on commit 4bd3108

Please sign in to comment.