Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Oct 30, 2024
1 parent baa5c16 commit 5b87eb6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions frontend/tests/components/__snapshots__/WelcomePanel.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,33 @@ exports[`WelcomePanel renders basic layout 1`] = `
</li>
</ul>
</div>
<div
className="welcome-panel-column"
>
<h3>
Polls
</h3>
<ul>
<li>
<a
className="welcome-icon dashicons-welcome-write-blog"
href="https://blog.disqus.com/disqus-polls-are-here-and-available-to-all-publishers"
target="_blank"
>
Learn More
</a>
</li>
<li>
<a
className="welcome-icon dashicons-welcome-widgets-menus"
href="https://disqus.com/pricing/?product=polls"
target="_blank"
>
Get Started
</a>
</li>
</ul>
</div>
<div
className="welcome-panel-column"
>
Expand Down

0 comments on commit 5b87eb6

Please sign in to comment.