Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thonkinator committed May 1, 2024
1 parent 41821e5 commit 5b812dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
import Base from "../layouts/Base.astro";
import { Code } from "astro:components";
import { Icon } from "astro-icon/components";
const UntypedIcon = Icon as any;
---

<Base title="dreamland.js">
<div id="hero">
<img src="/logo.png" />
<img src="/logo.png" width="144" height="144" />
<h1>dreamland.js</h1>
<Icon name="uwu" width="24rem" height={undefined} alt="sus" />
<UntypedIcon name="uwu" width="24rem" height={undefined} alt="dreamland.js" />
<p>A utilitarian framework for creating simple UI in javascript</p>
</div>

Expand Down

0 comments on commit 5b812dc

Please sign in to comment.