Skip to content

Commit 558f697

Browse files
authored
fix: consistently use tilde for usernames (#602)
1 parent 3b7f806 commit 558f697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageMaintainers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ watch(
196196
}"
197197
class="link-subtle font-mono text-sm shrink-0"
198198
>
199-
@{{ maintainer.name }}
199+
~{{ maintainer.name }}
200200
</NuxtLink>
201201
<span v-else class="font-mono text-sm text-fg-muted">{{ maintainer.email }}</span>
202202

0 commit comments

Comments
 (0)