We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6d34e commit 4fdffdcCopy full SHA for 4fdffdc
packages/nimiq-vitepress-theme/src/components/NqCard.vue
@@ -65,7 +65,7 @@ const iconColor = computed(() => {
65
<template>
66
<component
67
:is="hasLink ? 'a' : 'div'"
68
- :href class="nq-raw" group relative
+ :href="hasLink ? href : undefined" class="nq-raw" group relative
69
:style="`background-image: ${bgColor ? `var(--colors-${bgColor}-gradient)` : ''}`"
70
:data-inverted="bgColor ? '' : undefined"
71
:data-card="bgColor ? 'colored' : 'default'"
0 commit comments