Skip to content

Commit ce996ac

Browse files
authored
Merge pull request #954 from ProvableHQ/mwong/update-logos
Update Logo and Fav Icon for SDK Website
2 parents 0045c7b + 8f65197 commit ce996ac

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

website/public/favicon.ico

-3.25 KB
Binary file not shown.
-29.6 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

website/src/pages/Homepage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Homepage = () => {
88
<div className="homepage">
99
<Link to="https://provable.com/">
1010
<img
11-
src="../public/primary-wordmark-dark.png"
11+
src="../public/provable-logo-light.svg"
1212
className="logo"
1313
></img>
1414
</Link>
@@ -82,7 +82,7 @@ const Homepage = () => {
8282
<Link to="/privacy_policy" style={{ color: "white", textDecoration: "none"}}>
8383
<span>Privacy Policy</span>
8484
</Link>
85-
© 2024 Provable Inc.
85+
© 2025 Provable Inc.
8686
</div>
8787
</div>
8888
</div>

0 commit comments

Comments
 (0)