diff options
author | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 13:34:26 -0500 |
---|---|---|
committer | Wyvest <wyvestbusiness@gmail.com> | 2024-01-08 13:34:26 -0500 |
commit | 51b44050a25632387aad25e428bf474d6055e66f (patch) | |
tree | 10f26d346a3ba72763838a3854749fe67cc51604 | |
parent | d07c4c297d70568bfa7c030b6567ef142e85bba4 (diff) | |
download | Nexus-51b44050a25632387aad25e428bf474d6055e66f.tar.gz Nexus-51b44050a25632387aad25e428bf474d6055e66f.tar.bz2 Nexus-51b44050a25632387aad25e428bf474d6055e66f.zip |
add github url to button
-rw-r--r-- | apps/website/src/pages/oss.astro | 2 |
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> |