fix: remove unnecessary prop
This commit is contained in:
parent
000cb09020
commit
8cf00868c4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const { project } = Astro.props
|
||||||
project.data.tags && (
|
project.data.tags && (
|
||||||
<div class="flex flex-wrap gap-2">
|
<div class="flex flex-wrap gap-2">
|
||||||
{project.data.tags.map((tag: string) => (
|
{project.data.tags.map((tag: string) => (
|
||||||
<Badge variant="secondary" showHash={false}>
|
<Badge variant="secondary">
|
||||||
{tag}
|
{tag}
|
||||||
</Badge>
|
</Badge>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Add table
Reference in a new issue