Skip to content

Commit

Permalink
updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Jun 23, 2023
1 parent 0b152bf commit 2b485c4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`NavLinks > should match DOM Snapshot 1`] = `
[
<a
className="nav-link ml-1 $ false"
className="nav-link ml-1 text-white hover:text-gray-300 "
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
Expand All @@ -14,7 +14,7 @@ exports[`NavLinks > should match DOM Snapshot 1`] = `
</span>
</a>,
<a
className="nav-link $ false"
className="nav-link text-white hover:text-gray-300"
href="/marketplace"
onClick={[Function]}
onMouseEnter={[Function]}
Expand All @@ -25,7 +25,7 @@ exports[`NavLinks > should match DOM Snapshot 1`] = `
</span>
</a>,
<a
className="nav-link $ false"
className="nav-link text-white hover:text-gray-300"
href="/hackathons"
onClick={[Function]}
onMouseEnter={[Function]}
Expand All @@ -36,7 +36,7 @@ exports[`NavLinks > should match DOM Snapshot 1`] = `
</span>
</a>,
<a
className="nav-link $ false"
className="nav-link text-white hover:text-gray-300"
href="/good-first-issues"
onClick={[Function]}
onMouseEnter={[Function]}
Expand Down

0 comments on commit 2b485c4

Please sign in to comment.