rewrite badges to allow public directory, add badge
This commit is contained in:
parent
2f9d7650d4
commit
e84ca61785
3 changed files with 24 additions and 4 deletions
|
@ -14,6 +14,12 @@ import Badges from "../components/Badges.astro";
|
|||
</Card>
|
||||
<Card title="buttons">
|
||||
<Badges badges={[
|
||||
{
|
||||
imagePath: "/88x31.gif",
|
||||
alt: "CLI prompt displaying 'reidlab'",
|
||||
title: "my button! feel free to use or hotlink",
|
||||
href: "/"
|
||||
},
|
||||
{
|
||||
imagePath: "../assets/badges/blinchik.gif",
|
||||
alt: "blinchik",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue