Skip to content

Commit

Permalink
Merge pull request #954 from ProvableHQ/mwong/update-logos
Browse files Browse the repository at this point in the history
Update Logo and Fav Icon for SDK Website
  • Loading branch information
jaketarnow authored Jan 9, 2025
2 parents 0045c7b + 8f65197 commit ce996ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
Binary file modified website/public/favicon.ico
Binary file not shown.
Binary file removed website/public/primary-wordmark-dark.png
Binary file not shown.
5 changes: 5 additions & 0 deletions website/public/primary-wordmark-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions website/public/provable-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/src/pages/Homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Homepage = () => {
<div className="homepage">
<Link to="https://provable.com/">
<img
src="../public/primary-wordmark-dark.png"
src="../public/provable-logo-light.svg"
className="logo"
></img>
</Link>
Expand Down Expand Up @@ -82,7 +82,7 @@ const Homepage = () => {
<Link to="/privacy_policy" style={{ color: "white", textDecoration: "none"}}>
<span>Privacy Policy</span>
</Link>
© 2024 Provable Inc.
© 2025 Provable Inc.
</div>
</div>
</div>
Expand Down

0 comments on commit ce996ac

Please sign in to comment.