Skip to content

Commit 3a95c5e

Browse files
committed
fix(landing): modified landing page link to go to sim directory
1 parent 2b874e0 commit 3a95c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(landing)/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Landing() {
1414
{/* Update navigation section */}
1515
<div className="flex items-center gap-6">
1616
<a
17-
href="https://github.com/simstudioai"
17+
href="https://github.com/simstudioai/sim"
1818
className="text-muted-foreground hover:text-muted-foreground/80 transition-colors text-sm font-normal"
1919
>
2020
GitHub

0 commit comments

Comments
 (0)