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

Commit 9797ba1

Browse files
author
Je
committed
chore: update hello example
1 parent daa1977 commit 9797ba1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/hello-world/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function App({ Page }: { Page: ComponentType<any> }) {
55
return (
66
<>
77
<Head>
8-
<title>Hello World - AlephJS</title>
8+
<title>Hello World - Aleph.js</title>
99
</Head>
1010
<Page />
1111
</>

examples/hello-world/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Home() {
1010
<p className="logo"><Logo /></p>
1111
<p>Welcome to use <strong>Aleph.js</strong>!</p>
1212
<p className="links">
13-
<a href="https://alephjs.org/guides" target="_blank">Get Started</a>
13+
<a href="https://alephjs.org/docs/get-started" target="_blank">Get Started</a>
1414
<span>&middot;</span>
1515
<a href="https://alephjs.org/docs" target="_blank">Docs</a>
1616
<span>&middot;</span>

examples/hello-world/style/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main {
2121
}
2222

2323
.logo + p {
24-
margin-top: 15px;
24+
margin-top: 6px;
2525
}
2626

2727
.links {
@@ -45,7 +45,7 @@ main {
4545

4646
.counter {
4747
width: 240px;
48-
margin-top: 30px;
48+
margin-top: 24px;
4949
padding: 12px 0;
5050
border: 1px dashed #eee;
5151
border-radius: 6px;

0 commit comments

Comments
 (0)