Skip to content
Snippets Groups Projects

Issue #3236512: Buttons on the bottom of the page all link to https://simplytest.me/#

Merged John Picozzi requested to merge issue/simplytest-3236512:3236512-buttons-on-the into 8.x-4.x
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -77,21 +77,21 @@
<p class="mb-2">
Please report any problems that you run into while using the service on drupal.org. Also general feedback or support requests are welcome.
</p>
<div class="cta-link"><a class="btn hover:bg-red-700" href="#"> Report a problem</a></div>
<div class="cta-link"><a class="btn hover:bg-red-700" href="https://www.drupal.org/project/issues/simplytest?categories=All"> Report a problem</a></div>
</div>
<div>
<h2 class="block__title text-title-blue mb-5 flex items-end text-xl font-bold mb-2">Future Of Simplytest.Me</h2>
<p class="mb-2">
Join the conversation about the future of this service on drupal.org
</p>
<div class="cta-link"><a class="btn hover:bg-red-700" href="#">Join the conversation</a></div>
<div class="cta-link"><a class="btn hover:bg-red-700" href="https://www.drupal.org/join-slack">Join the conversation</a></div>
</div>
<div>
<h2 class="block__title text-title-blue mb-5 flex items-end text-xl font-bold mb-2">Spread The Word</h2>
<p class="mb-2">
If you like the service please consider spreading the word and following me on twitter for updates about the project.
</p>
<div class="cta-link social-link"><a class="btn " href="#">Follow</a></div>
<div class="cta-link social-link"><a class="btn " href="https://twitter.com/simplytestme">Follow</a></div>
</div>
</section>
</div>
Loading