Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(PortfolioProject.astro): Remove unused prop

Aria 8cb1515f 4f347285

+1 -1
+1 -1
src/components/PortfolioProject.astro
··· 1 1 --- 2 2 import Partition from "./Partition.astro"; 3 3 4 - const { name, date, tags, description, link } = Astro.props; 4 + const { name, date, tags, link } = Astro.props; 5 5 --- 6 6 <Partition> 7 7 <h2><a class="nav-btn text-2xl" href={link} target="_blank">{name}</a></h2>