Skip to content

Commit

Permalink
Commit some code I forgot to save....
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Nov 28, 2024
1 parent ed41c2a commit b95389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nuxt-blog-starter/components/block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{{ block.description }}</p>
<NuxtLink v-if="block.href" :to="getUrl(block.href[0])" data-editable-field="buttonText"
class="inline-flex items-center px-3 py-2 text-sm font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
aria-described-by="">
:aria-describedby="`heading-${block['@id']}`">

{{ block.buttonText || 'Read More' }}</NuxtLink>
</div>
Expand Down

0 comments on commit b95389f

Please sign in to comment.