From 20869940b77422393d4b06a1d5fa1306f7805c45 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Thu, 5 Jan 2023 12:29:11 +0100 Subject: [PATCH] feat(Hero): use Picture --- src/components/widgets/index/Hero.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/index/Hero.astro b/src/components/widgets/index/Hero.astro index d390882..032e481 100644 --- a/src/components/widgets/index/Hero.astro +++ b/src/components/widgets/index/Hero.astro @@ -1,6 +1,6 @@ --- import Socials from "./Socials.astro"; -import { Image } from "@astrojs/image/components"; +import { Picture } from "@astrojs/image/components"; import logo from "../../../assets/logo.png"; import Name from "./Name.astro"; --- @@ -9,7 +9,13 @@ import Name from "./Name.astro"; class="mt-24 flex flex-col items-center justify-center md:mt-64 md:flex-row" >
- descriptive text +