Skip to content

Commit 3ce9127

Browse files
change path to absolute path for github logo
1 parent 6988ceb commit 3ce9127

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)