Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Oct 30, 2024
1 parent ef29be0 commit ef8ce05
Showing 1 changed file with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,34 @@ exports[`WelcomePanel renders basic layout 1`] = `
</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"
>
<h3>
Analytics
</h3>
Expand Down

0 comments on commit ef8ce05

Please sign in to comment.