WIP website
1---
2import Item from "../PortfolioItem.astro"
3export const priority = 2;
4---
5<Item
6 type="team"
7 title="potassium.sh"
8 subtitle="An indie software development studio for the creative and insane, founded by me, with some friends!"
9 href="https://potassium.sh"
10 tag="Founder"
11 tagcolor="--catppuccin-color-rosewater"
12 badges={[
13 {
14 icon: "Mail",
15 href: "mailto:team@potassium.sh",
16 color: "var(--catppuccin-color-maroon)"
17 },
18 {
19 icon: "Spool",
20 href: "https://tangled.org/@potassium.sh",
21 color: "var(--catppuccin-color-lavender)"
22 },
23 {
24 icon: "Bird",
25 href: "https://bsky.app/profile/potassium.sh",
26 color: "var(--catppuccin-color-sapphire)"
27 },
28 ]}
29/>