feat: update info dialog (#2741)
This commit is contained in:
parent
aa28257754
commit
9025416ab3
8 changed files with 32 additions and 9 deletions
|
@ -124,7 +124,7 @@ function handleShowCommit() {
|
|||
<SettingsItem
|
||||
v-for="team in elkTeamMembers" :key="team.github"
|
||||
:text="team.display"
|
||||
:to="`https://github.com/sponsors/${team.github}`"
|
||||
:to="team.link"
|
||||
external target="_blank"
|
||||
>
|
||||
<template #icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue