Skip to content

Commit 3eb4b39

Browse files
committed
fix: replace className with class
1 parent b0327d9 commit 3eb4b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Nav/MainNavLinks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const MainNavLinks = ({
8484
<ul class="flex flex-col gap-[15px]">
8585
<li>
8686
<a
87-
className={styles.buttonlink}
87+
class={styles.buttonlink}
8888
href="https://editor.p5js.org"
8989
tabIndex={isOpen ? 0 : -1}
9090
>
@@ -96,7 +96,7 @@ export const MainNavLinks = ({
9696
</li>
9797
<li>
9898
<a
99-
className={styles.buttonlink}
99+
class={styles.buttonlink}
100100
href="/donate/"
101101
tabIndex={isOpen ? 0 : -1}
102102
>

0 commit comments

Comments
 (0)