Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add br after mail and website fields #172
Browse files Browse the repository at this point in the history
wazolab committed Mar 5, 2024
1 parent f4e4a63 commit 4231d31
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/Fields/Field.vue
Original file line number Diff line number Diff line change
@@ -232,6 +232,7 @@ export default defineNuxtComponent({
>
<ExternalLink :href="item">
{{ context !== 'label_list' ? item : '' }}
<br>
</ExternalLink>
</div>

@@ -242,6 +243,7 @@ export default defineNuxtComponent({
>
<ExternalLink :href="`mailto:${item}`" icon="envelope">
{{ context !== 'label_list' ? item : '' }}
<br>
</ExternalLink>
</div>

1 change: 0 additions & 1 deletion pages/category/[id].vue
Original file line number Diff line number Diff line change
@@ -115,7 +115,6 @@ function onCategoryUpdate(categoryId: number) {
<Header
:theme="settings.themes[0]"
:nav-menu-entries="contents"
:color-line="category?.category.color_line"
>
<template #search>
<CategorySelector

0 comments on commit 4231d31

Please sign in to comment.