Skip to content

Commit ba81a32

Browse files
committed
Fix link
1 parent c877600 commit ba81a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sites/docs/src/home/stage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function Pulpit({ onClick }) {
239239
h={h}
240240
style={{
241241
background: "#333",
242-
color: "#FFF8",
242+
color: "#FFFA",
243243
textAlign: "center",
244244
fontFamily: "monospace",
245245
backgroundImage: `url("${purtyWood}")`,
@@ -290,7 +290,7 @@ function Banner() {
290290
<img src={logo} alt="Code Surfer Logo" width="100%" />
291291
</a>
292292
<a
293-
href="https://opencollective.com/code-surfer#sponsor"
293+
href="https://github.com/jxnblk/mdx-deck/"
294294
style={{
295295
width: "80%",
296296
textDecoration: "none",

0 commit comments

Comments
 (0)