chore(PortfolioProject.astro): Remove unused prop
This commit is contained in:
parent
4f347285bb
commit
8cb1515f6d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
import Partition from "./Partition.astro";
|
import Partition from "./Partition.astro";
|
||||||
|
|
||||||
const { name, date, tags, description, link } = Astro.props;
|
const { name, date, tags, link } = Astro.props;
|
||||||
---
|
---
|
||||||
<Partition>
|
<Partition>
|
||||||
<h2><a class="nav-btn text-2xl" href={link} target="_blank">{name}</a></h2>
|
<h2><a class="nav-btn text-2xl" href={link} target="_blank">{name}</a></h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue