Skip to content

Commit e820ca1

Browse files
github logo and copyright
1 parent 3f10abe commit e820ca1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
4.72 KB
Loading

website/src/main.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,13 @@ function Main() {
116116
<Content style={{ padding: "50px 50px" }}>
117117
<Outlet />
118118
</Content>
119-
<Footer style={{ textAlign: "center" }}>
120-
Visit the{" "}
119+
<Footer style={{ textAlign: "center", display:"flex", flexDirection: "column" }}>
120+
121121
<a href="https://github.com/ProvableHQ/sdk">
122-
Aleo SDK Github repo
122+
<img src="/github-mark-white.png" style={{height:"24px"}}></img>
123123
</a>
124-
.
124+
125+
© 2024 Provable Inc.
125126
</Footer>
126127
</Layout>
127128
</Layout>

0 commit comments

Comments
 (0)