Skip to content

Commit 138d0c4

Browse files
authored
Update Footer.tsx to redirect to frontend page instead of home page (#3621)
1 parent 763a58a commit 138d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Footer() {
1212
<p>
1313
Website built by the community. The source code is available on{" "}
1414
<Link
15-
href={`https://github.com/community-scripts/${basePath}`}
15+
href={`https://github.com/community-scripts/${basePath}/frontend`}
1616
target="_blank"
1717
rel="noreferrer"
1818
className="font-semibold underline-offset-2 duration-300 hover:underline"

0 commit comments

Comments
 (0)