Create hero and text with image components
This commit is contained in:
@@ -6,7 +6,6 @@ interface Props {
|
||||
}
|
||||
|
||||
const hero = Astro.props.hero;
|
||||
console.log(hero);
|
||||
---
|
||||
|
||||
<div id={`hero-${hero.id}`} class="flex w-full">
|
||||
|
||||
Reference in New Issue
Block a user