Skip to content

Commit a9e6897

Browse files
committed
changed repo url
1 parent 5450ea6 commit a9e6897

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/(marketing)/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Home() {
3636
</Button>
3737
</Link>
3838
<Link
39-
href="https://github.com/ariflogs/retroui"
39+
href="https://github.com/Logging-Stuff/retroui"
4040
target="_blank"
4141
passHref
4242
>
@@ -138,7 +138,7 @@ export default function Home() {
138138
</H2>
139139
<div className="flex flex-col lg:flex-row items-center justify-center space-y-4 lg:space-y-0 lg:space-x-4">
140140
<Link
141-
href="https://github.com/ariflogs/retroui"
141+
href="https://github.com/Logging-Stuff/retroui"
142142
target="_blank"
143143
passHref
144144
>
@@ -163,7 +163,7 @@ export default function Home() {
163163
Twitter
164164
</a>
165165
<a
166-
href="https://github.com/ariflogs/retroui"
166+
href="https://github.com/Logging-Stuff/retroui"
167167
className="text-primary-500"
168168
>
169169
GitHub

components/TopNav.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function TopNav() {
4343

4444
<div className="flex items-center space-x-4 lg:hidden">
4545
<Link
46-
href="https://github.com/ariflogs/retroui"
46+
href="https://github.com/Logging-Stuff/retroui"
4747
target="_blank"
4848
rel="noopener noreferrer"
4949
>
@@ -53,7 +53,7 @@ export default function TopNav() {
5353
</div>
5454
<div className="hidden lg:flex items-center">
5555
<Link
56-
href="https://github.com/ariflogs/retroui"
56+
href="https://github.com/Logging-Stuff/retroui"
5757
target="_blank"
5858
rel="noopener noreferrer"
5959
>

0 commit comments

Comments
 (0)