This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function App({ Page }: { Page: ComponentType<any> }) {
5
5
return (
6
6
< >
7
7
< Head >
8
- < title > Hello World - AlephJS </ title >
8
+ < title > Hello World - Aleph.js </ title >
9
9
</ Head >
10
10
< Page />
11
11
</ >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function Home() {
10
10
< p className = "logo" > < Logo /> </ p >
11
11
< p > Welcome to use < strong > Aleph.js</ strong > !</ p >
12
12
< 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 >
14
14
< span > ·</ span >
15
15
< a href = "https://alephjs.org/docs" target = "_blank" > Docs</ a >
16
16
< span > ·</ span >
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
.logo + p {
24
- margin-top : 15 px ;
24
+ margin-top : 6 px ;
25
25
}
26
26
27
27
.links {
45
45
46
46
.counter {
47
47
width : 240px ;
48
- margin-top : 30 px ;
48
+ margin-top : 24 px ;
49
49
padding : 12px 0 ;
50
50
border : 1px dashed #eee ;
51
51
border-radius : 6px ;
You can’t perform that action at this time.
0 commit comments