We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c877600 commit ba81a32Copy full SHA for ba81a32
sites/docs/src/home/stage.js
@@ -239,7 +239,7 @@ function Pulpit({ onClick }) {
239
h={h}
240
style={{
241
background: "#333",
242
- color: "#FFF8",
+ color: "#FFFA",
243
textAlign: "center",
244
fontFamily: "monospace",
245
backgroundImage: `url("${purtyWood}")`,
@@ -290,7 +290,7 @@ function Banner() {
290
<img src={logo} alt="Code Surfer Logo" width="100%" />
291
</a>
292
<a
293
- href="https://opencollective.com/code-surfer#sponsor"
+ href="https://github.com/jxnblk/mdx-deck/"
294
295
width: "80%",
296
textDecoration: "none",
0 commit comments