Skip to content

Commit

Permalink
Merge pull request #913 from ProvableHQ/mwong/footer-update
Browse files Browse the repository at this point in the history
SDK: Footer update with copyright + Github logo
  • Loading branch information
michellewong793 authored Aug 12, 2024
2 parents 3f10abe + e820ca1 commit 6988ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file added website/public/github-mark-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions website/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,13 @@ function Main() {
<Content style={{ padding: "50px 50px" }}>
<Outlet />
</Content>
<Footer style={{ textAlign: "center" }}>
Visit the{" "}
<Footer style={{ textAlign: "center", display:"flex", flexDirection: "column" }}>

<a href="https://github.com/ProvableHQ/sdk">
Aleo SDK Github repo
<img src="/github-mark-white.png" style={{height:"24px"}}></img>
</a>
.

© 2024 Provable Inc.
</Footer>
</Layout>
</Layout>
Expand Down

0 comments on commit 6988ceb

Please sign in to comment.