This commit is contained in:
jxxghp
2024-07-14 12:28:37 +08:00
parent 360f9afb54
commit 169f1b327b
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ const dropdownItems = ref([
</div>
<VCardText class="flex align-self-baseline py-3 w-full align-end">
<span>
<VIcon icon="mdi-account" class="me-1" />
<VIcon icon="mdi-github" class="me-1" />
<a :href="props.plugin?.author_url" target="_blank" @click.stop>
{{ props.plugin?.plugin_author }}
</a>

View File

@@ -435,7 +435,7 @@ watch(
</div>
<VCardText class="flex align-self-baseline py-3 w-full align-end">
<span>
<VIcon icon="mdi-account" class="me-1" />
<VIcon icon="mdi-github" class="me-1" />
<a :href="props.plugin?.author_url" target="_blank" @click.stop>
{{ props.plugin?.plugin_author }}
</a>