Skip to content

Commit bad23f7

Browse files
committed
Update example links
1 parent d5705db commit bad23f7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/shared-ui/src/cards/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import { Card } from "./card";
44

55
const cards = [
66
{
7-
href: "https://mayank1513.github.io/nthul/",
7+
href: "https://react18-tools.github.io/nthul/",
88
title: "Docs",
99
description: "Explore the official docs.",
1010
},
1111
{
12-
href: "https://github.com/mayank1513/nthul",
12+
href: "https://github.com/react18-tools/nthul",
1313
title: "More Examples",
1414
description: "Explore more examples on official GitHub Repo.",
1515
},

packages/shared-ui/src/cards/star-me-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styles from "./cards.module.css";
33

44
export function StarMeCard() {
55
return (
6-
<StarMe className={styles.card} gitHubUrl="https://github.com/mayank1513/nthul">
6+
<StarMe className={styles.card} gitHubUrl="https://github.com/react18-tools/nthul">
77
<h2>
88
Star this repo <span>-&gt;</span>
99
</h2>

packages/shared-ui/src/root-layout.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export function SharedRootLayout({ children, className = "", ...props }: SharedR
2222
<Cards />
2323
</main>
2424
<Footer />
25-
<ForkMe bgColor="var(--text-color)" gitHubUrl="https://github.com/mayank1513/nthul" textColor="var(--bg-color)" />
25+
<ForkMe
26+
bgColor="var(--text-color)"
27+
gitHubUrl="https://github.com/react18-tools/nthul"
28+
textColor="var(--bg-color)"
29+
/>
2630
</>
2731
);
2832
}

0 commit comments

Comments
 (0)