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 b0327d9 commit 3eb4b39Copy full SHA for 3eb4b39
src/components/Nav/MainNavLinks.tsx
@@ -84,7 +84,7 @@ export const MainNavLinks = ({
84
<ul class="flex flex-col gap-[15px]">
85
<li>
86
<a
87
- className={styles.buttonlink}
+ class={styles.buttonlink}
88
href="https://editor.p5js.org"
89
tabIndex={isOpen ? 0 : -1}
90
>
@@ -96,7 +96,7 @@ export const MainNavLinks = ({
96
</li>
97
98
99
100
href="/donate/"
101
102
0 commit comments