Skip to content

Commit

Permalink
update: development
Browse files Browse the repository at this point in the history
Signed-off-by: Vinyl-Davyl <[email protected]>
  • Loading branch information
Vinyl-Davyl committed Jul 31, 2024
1 parent 1e4a0b4 commit 85a2c78
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,21 @@ const CustomFooter: React.FC = () => {
The open source smart legal contract stack
</Text>
<Link href="mailto:[email protected]">
<Text strong style={{ color: "rgba(255, 255, 255, 0.65)" }}>
<Text strong style={{ color: "#19c6c7" }}>
[email protected]
</Text>
</Link>
<Link href="https://discord.com/invite/Zm99SKhhtA" target="_blank">
<Button
type="primary"
shape="round"
size="large"
style={{ padding: "2px 24px" }}
style={{
padding: "5px 30px",
backgroundColor: "#19c6c7",
color: "#050c40",
textAlign: "center",
border: "none",
}}
>
Join
</Button>
Expand Down

0 comments on commit 85a2c78

Please sign in to comment.