aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r--apps/website/src/pages/oss.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/oss.astro b/apps/website/src/pages/oss.astro
index 7c64c4e..a54d929 100644
--- a/apps/website/src/pages/oss.astro
+++ b/apps/website/src/pages/oss.astro
@@ -51,7 +51,7 @@ const rightCodeBlock = leftCodeBlock;
<Paragraph class="max-w-[400px] lg:max-w-[600px] text-center text-navy-peony">
We believe it is the right of the user and developer to know what code they are trusting to run behind the scenes.
</Paragraph>
- <Button iconLeft="github" style="secondary">GitHub</Button>
+ <Button iconLeft="github" href={configConst.socials.github} style="secondary">GitHub</Button>
</div>
<div class="codeblock_container after:-scale-x-125 -right-12">
<Code lang="java" theme="github-light" code={rightCodeBlock}></Code>