File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function Cta() {
1515 < p className = "text-white text-6xl font-bold leading-tight mb-6 lg:mb-0" > Let's put synthetic data to work.</ p >
1616 </ div >
1717 < div className = "flex justify-center items-center" >
18- < Link to = "https://github.com/sdv-dev"
18+ < Link to = "https://github.com/sdv-dev/SDV "
1919 className = "px-6 py-4 inline-block bg-white text-sdv-dark rounded-full font-semibold leading-none text-lg"
2020 target = "_blank" >
2121 < FontAwesomeIcon width = "16" icon = { faGithub } />
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const navItemsBlog = [
2323] ;
2424const navItemsHome = [
2525 { label : "Docs" , url : "https://sdv.dev/SDV" } ,
26- { label : "GitHub" , url : "https://github.com/sdv-dev" } ,
26+ { label : "GitHub" , url : "https://github.com/sdv-dev/SDV " } ,
2727 { label : "Blog" , url : "https://sdv.dev/blog/" } ,
2828] ;
2929
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function Hero({downloads}) {
2525 </ h1 >
2626 < div className = "flex lg:flex-row flex-col items-center" >
2727 < Link
28- to = "https://github.com/sdv-dev"
28+ to = "https://github.com/sdv-dev/SDV "
2929 className = "px-10 py-3 block border-3 border-white rounded-full font-semibold leading-none text-lg text-white hover:opacity-70"
3030 target = "_blank"
3131 >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default function ProtectEnhance() {
6868 < div className = "flex flex-wrap justify-center -mx-4" >
6969 < div className = "px-4 w-auto mb-10" >
7070 < Link
71- to = "https://github.com/sdv-dev"
71+ to = "https://github.com/sdv-dev/SDV "
7272 className = "px-10 py-3 block border-3 border-white rounded-full font-semibold leading-none text-lg text-white hover:opacity-70"
7373 target = "_blank"
7474 >
You can’t perform that action at this time.
0 commit comments