Skip to content

Commit 1681c37

Browse files
elevatebartproddata
authored andcommitted
fix: make outlink visible (#3806)
1 parent 0fe2c3e commit 1681c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/blogs/BlogCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="mb-5 mt-1" role="button">
3-
<a class="text-dark" :href="blog.path">
3+
<a :href="blog.path">
44
<img
55
v-if="typeof blog.image === 'string' && blog.image?.startsWith('https://')"
66
width="300"

0 commit comments

Comments
 (0)