small change
3f1f2f88
1 file(s) · +3 −1
| 40 | 40 | class="cactus-link inline-block before:content-['#']" |
|
| 41 | 41 | aria-label={`View more blogs with the tag ${tag}`} |
|
| 42 | 42 | href={`/tags/${tag}`} |
|
| 43 | - | >{tag}</a> |
|
| 43 | + | > |
|
| 44 | + | {tag} |
|
| 45 | + | </a> |
|
| 44 | 46 | {i < content.data.tags.length - 1 && ", "} |
|
| 45 | 47 | </> |
|
| 46 | 48 | ))} |