Skip to content

Commit 8ccf8f0

Browse files
Rachel LimRachel Lim
authored andcommitted
update nav snapshot
1 parent 067170d commit 8ccf8f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ exports[`Nav renders dashboard version for desktop 1`] = `
3939
</a>
4040
</li>
4141
</ul>
42+
<button
43+
aria-label="2023-fundraiser-button"
44+
class="nav__fundraiser-btn"
45+
title="2023 Fundraiser Button"
46+
>
47+
Celebrate a Decade of Code and Support p5.js!
48+
</button>
4249
</nav>
4350
</header>
4451
</DocumentFragment>
@@ -666,6 +673,13 @@ exports[`Nav renders editor version for desktop 1`] = `
666673
</ul>
667674
</li>
668675
</ul>
676+
<button
677+
aria-label="2023-fundraiser-button"
678+
class="nav__fundraiser-btn"
679+
title="2023 Fundraiser Button"
680+
>
681+
Celebrate a Decade of Code and Support p5.js!
682+
</button>
669683
</nav>
670684
</header>
671685
</DocumentFragment>

0 commit comments

Comments
 (0)