Skip to content

Commit

Permalink
feat: add :wave: emoji back
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Oct 5, 2024
1 parent 85f1371 commit e603725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { title } = Astro.props;
twemoji.parse(document.body, {
folder: 'svg',
ext: '.svg',
className: 'inline size-[1em] align-[-0.1em] mx-[.07em] select-none'
className: 'inline size-[1em] align-[-0.1em] select-none'
});
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import {
<div class="flex flex-col gap-10 relative">
<div class="font-extrabold">
<h1 class="text-4xl font-extrabold md:text-6xl 2xl:text-8xl">Hello!</h1>
<h1 class="text-5xl font-extrabold md:text-8xl 2xl:text-9xl">
I'm Barra
<h1 class="text-[2.5rem] font-extrabold md:text-7xl 2xl:text-9xl">
I'm Barra 👋
</h1>
</div>

Expand Down

0 comments on commit e603725

Please sign in to comment.