Skip to content

Commit

Permalink
[Fix] Bullet between links and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 4, 2024
1 parent 585bac3 commit a320903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/WorkSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ExternalLink } from 'lucide-vue-next'
<div
v-for="project in $data.projects"
:key="project.name"
class="drawer"
class="drawer pd"
>
<header>
<h2 class="title">
Expand All @@ -26,7 +26,7 @@ import { ExternalLink } from 'lucide-vue-next'
:href="link.href"
target="_blank"
><i :class="link.icon + ' fa-lg'" /></a>

<span class="tags">
<span v-for="tag in project.tags" :key="tag">{{ tag }}</span>
</span>
Expand Down

0 comments on commit a320903

Please sign in to comment.