chore(PortfolioProject.astro): Remove unused prop

This commit is contained in:
Aria 2024-12-29 15:44:50 +11:00
parent 4f347285bb
commit 8cb1515f6d
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

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