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> }) {
55 return (
66 < >
77 < Head >
8- < title > Hello World - AlephJS </ title >
8+ < title > Hello World - Aleph.js </ title >
99 </ Head >
1010 < Page />
1111 </ >
Original file line number Diff line number Diff 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 > ·</ span >
1515 < a href = "https://alephjs.org/docs" target = "_blank" > Docs</ a >
1616 < span > ·</ span >
Original file line number Diff line number Diff line change 2121 }
2222
2323 .logo + p {
24- margin-top : 15 px ;
24+ margin-top : 6 px ;
2525 }
2626
2727 .links {
4545
4646 .counter {
4747 width : 240px ;
48- margin-top : 30 px ;
48+ margin-top : 24 px ;
4949 padding : 12px 0 ;
5050 border : 1px dashed #eee ;
5151 border-radius : 6px ;
You can’t perform that action at this time.
0 commit comments