Some checks failed
Build and deploy website / build (push) Failing after 22s
- Fix missing aria-labels - Fix breadcrumbs on specific projects - Removed uses from NavBar - Center image on project page - Colour link on project page - Initial README Signed-off-by: Martin Berg Alstad <git@martials.no>
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
---
|
|
interface Props {
|
|
tag: string
|
|
}
|
|
const { tag } = Astro.props
|
|
---
|
|
|
|
<div class="badge badge-outline !text-cat-lavender">{tag}</div>
|