Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Thrershold Website CI
name: Threshold Website CI

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/workflows/ci.yaml @pdyraga @lukasz-zimnoch @cygnusv
.github/workflows/ci.yaml @pdyraga @lukasz-zimnoch @cygnusv @piotr-roslaniec
31 changes: 27 additions & 4 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,41 @@ const FooterContent: FC<{
justifyContent="center"
p={0}
/>
<Stack spacing={0}>
<HStack
spacing={1}
justifyContent={{ base: "center", md: "flex-start" }}
whiteSpace="nowrap"
>
<BodySm
textAlign={{ base: "center", md: "left" }}
color="gray.300"
>
©{new Date().getFullYear()} | All Rights Reserved
©{new Date().getFullYear()}
</BodySm>
<BodySm color="gray.300">|</BodySm>
<BodySm
textAlign={{ base: "center", md: "left" }}
color="gray.300"
></BodySm>
</Stack>
>
All Rights Reserved
</BodySm>
<BodySm color="gray.300">|</BodySm>
<Link
href="https://docs.threshold.network/resources/privacy-policy"
target="_blank"
_hover={{ color: "white" }}
>
<BodySm color="gray.300">Privacy Policy</BodySm>
</Link>
<BodySm color="gray.300">|</BodySm>
<Link
href="https://docs.threshold.network/resources/tbtc-terms-of-use"
target="_blank"
_hover={{ color: "white" }}
>
<BodySm color="gray.300">Terms of Use </BodySm>
</Link>
</HStack>
</Stack>
</Box>
<HStack
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/footer.md
Comment thread
lrsaturnino marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ columns:
url: /about#faq
isExternal: false
- label: Brand Assets
url: https://bit.ly/threshold-brand-assets
url: https://threshold-labs.notion.site/brand-guide
isExternal: true
social_links:
- url: https://twitter.com/TheTNetwork
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/nav-bar.md
Comment thread
lrsaturnino marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nav_items:
label: Audits
url: /about#audits
- label: Brand Assets
url: https://bit.ly/threshold-brand-assets
url: https://threshold-labs.notion.site/brand-guide
isExternal: true
menu_buttons:
- label: tBTC dApp
Expand Down