mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 09:51:41 +11:00
fix(theme): remove target on announcement pill
This commit is contained in:
parent
ba344da773
commit
53e5b72b7e
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ const { frontmatter } = useData()
|
|||
<a
|
||||
v-if="frontmatter.hero.prelink"
|
||||
:href="frontmatter.hero.prelink.link"
|
||||
target="_blank"
|
||||
class="inline-flex items-center rounded-lg bg-[var(--vp-c-default-soft)] px-4 py-1 text-sm font-semibold mb-3"
|
||||
>
|
||||
{{ frontmatter.hero.prelink.title }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue