File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2626 </ script >
2727
2828 < title > SaplingDevs</ title >
29- < script type ="module " crossorigin src ="/assets/index-B9Vfwkxi .js "> </ script >
29+ < script type ="module " crossorigin src ="/assets/index-BPYY3btQ .js "> </ script >
3030 < link rel ="stylesheet " crossorigin href ="/assets/index-DZz-0omj.css ">
3131 </ head >
3232 < body >
Original file line number Diff line number Diff line change 11import { Link } from "react-router-dom" ;
22import CursorShadow from "../ui/CursorShadow" ;
3+ import Separator from "../ui/Separator" ;
34
45export default function Home ( ) {
56 return (
67 < div className = "animate-slide-up" style = { { "--translate-y-start" : "4%" } as React . CSSProperties } >
7-
8- { /* Main Section */ }
9- < div id = "home- main-section" >
8+
9+ { /* Main Section */ }
10+ < div id = "main-section" >
1011 < header className = "grid gap-12 md:grid-cols-2 md:grid-rows-1 grid-cols-1 grid-rows-auto" >
1112 { /* Presentation */ }
1213 < div className = "row-span-4 md:row-span-4" >
@@ -63,7 +64,7 @@ export default function Home() {
6364 </ section >
6465 </ div >
6566
66- { /* Other Section */ }
67+ < Separator />
6768
6869 </ div >
6970 ) ;
You can’t perform that action at this time.
0 commit comments