Skip to content

Commit 212bfa9

Browse files
Merge pull request #914 from ProvableHQ/mwong/update-logo-path
change path to absolute path for github logo
2 parents 6988ceb + 3ce9127 commit 212bfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function Main() {
119119
<Footer style={{ textAlign: "center", display:"flex", flexDirection: "column" }}>
120120

121121
<a href="https://github.com/ProvableHQ/sdk">
122-
<img src="/github-mark-white.png" style={{height:"24px"}}></img>
122+
<img src="../public/github-mark-white.png" style={{height:"24px"}}></img>
123123
</a>
124124

125125
© 2024 Provable Inc.

0 commit comments

Comments
 (0)