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

Commit 1588f2e

Browse files
author
Je
committed
chore: update hello-world example
1 parent 3cbbf9c commit 1588f2e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/hello-world/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export default function Home() {
1111
<p className="logo"><Logo /></p>
1212
<p>Welcome to use <strong>Aleph.js</strong>!</p>
1313
<p className="links">
14+
<a href="https://alephjs.org" target="_blank">Website</a>
15+
<span>&middot;</span>
1416
<a href="https://alephjs.org/docs/get-started" target="_blank">Get Started</a>
1517
<span>&middot;</span>
1618
<a href="https://alephjs.org/docs" target="_blank">Docs</a>

examples/hello-world/style/index.less

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ main {
66
}
77

88
.wrapper {
9+
display: flex;
10+
align-items: center;
11+
justify-content: left;
12+
flex-direction: column;
13+
914
p {
1015
margin: 0;
1116
line-height: 1.5;
@@ -44,7 +49,7 @@ main {
4449
}
4550

4651
.counter {
47-
width: 240px;
52+
width: 260px;
4853
margin-top: 24px;
4954
padding: 12px 0;
5055
border: 1px dashed #eee;

0 commit comments

Comments
 (0)