mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-03 06:02:54 +00:00
Add fixed bugs tab to versions
This commit is contained in:
@@ -17,5 +17,5 @@ export function Card({ title, overlay, link, children }: Props) {
|
||||
|
||||
return link === undefined
|
||||
? <div class="card">{content}</div>
|
||||
: <a class="card" href={link} >{content}</a>
|
||||
: <a class="card" href={link} target={link.startsWith('https://') ? '_blank' : undefined}>{content}</a>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user