Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit cc42ac2

Browse files
committed
Update example
1 parent b8abca2 commit cc42ac2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/react-app/routes/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export default function Index() {
1616
<title>About Aleph.js</title>
1717
</Head>
1818
<p className="logo">
19-
<img src="/assets/logo.svg" height="60" title="Aleph.js" />
19+
<img src="/assets/logo.svg" height="75" title="Aleph.js" />
2020
</p>
2121
<h1>
2222
The Fullstack Framework in Deno.
2323
</h1>
2424
<p>
2525
<strong>Aleph.js</strong> gives you the best developer experience for building web applications<br />{" "}
26-
with modern tooling.
26+
with modern toolings.
2727
</p>
2828
<div className="links">
2929
<a href="https://alephjs.org/docs/get-started" target="_blank">

examples/react-app/style/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.page h1 {
1515
margin: 0;
16-
line-height: 1.5;
16+
line-height: 1.4;
1717
font-size: 24px;
1818
font-weight: 700;
1919
text-align: center;

0 commit comments

Comments
 (0)