chore: adjust ProjectCard and tag Badge design

This commit is contained in:
enscribe 2024-12-25 21:08:47 -08:00
parent f42e8eed89
commit 86312d32ee
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
9 changed files with 116 additions and 42 deletions

View file

@ -1,4 +1,4 @@
import { getEntry } from "astro:content"
import { getEntry } from 'astro:content'
export async function parseAuthors(authors: string[]) {
if (!authors || authors.length === 0) return []