Skip to content

Commit

Permalink
added twemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 committed Mar 12, 2024
1 parent 4a13422 commit 73d92e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/index/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { Image } from "astro:assets";
import Button from "../Button.astro";
import Hero from "@assets/Hero.jpeg";
// import WavingHand from "~icons/twemoji/waving-hand";
import { SITE_META } from "@consts";
import { Icon } from "astro-icon/components";
---

<div class="z-0 flex flex-col lg:flex-row-reverse items-center justify-center">
Expand All @@ -23,7 +23,10 @@ import { SITE_META } from "@consts";
<span class="text-branding-navy-600 dark:text-branding-navy-400"
>Jacob</span
>
<!-- <WavingHand class="text-5xl inline w-10 h-10 -mt-4 ml-2" /> -->
<Icon
name="twemoji:waving-hand"
class="text-5xl inline w-10 h-10 -mt-4 ml-2"
/>
</h1>
<h2
class="text-3xl font-bold my-4 lg:my-6 text-branding-text/90 dark:text-branding-white/90">
Expand Down

0 comments on commit 73d92e1

Please sign in to comment.