Skip to content

Commit 60c4800

Browse files
authored
Fix frontend path in footer (#4108)
1 parent 956c13f commit 60c4800

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}/frontend`}
15+
href={`https://github.com/community-scripts/${basePath}/tree/main/frontend`}
1616
target="_blank"
1717
rel="noreferrer"
1818
className="font-semibold underline-offset-2 duration-300 hover:underline"

0 commit comments

Comments
 (0)