We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe2c3e commit 1681c37Copy full SHA for 1681c37
1 file changed
src/components/blogs/BlogCard.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="mb-5 mt-1" role="button">
3
- <a class="text-dark" :href="blog.path">
+ <a :href="blog.path">
4
<img
5
v-if="typeof blog.image === 'string' && blog.image?.startsWith('https://')"
6
width="300"
0 commit comments