Skip to content

Commit 92a1d22

Browse files
committed
sdv link
1 parent de9edf3 commit 92a1d22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Cta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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} />

src/components/common/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const navItemsBlog = [
2323
];
2424
const 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

src/components/home/hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

src/components/home/protect-enhance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)