Skip to content

Commit

Permalink
Stop whole line going active when clicking link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 7, 2023
1 parent a345934 commit 441bf69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/_tailwind/documentation/get_involved.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<%= pa_link_to "morph.io", "https://morph.io/" %>
scraping platform you can write it in any one of your favorite languages: Ruby, Python, JavaScript, Perl or PHP.
</p>
<%= pa_link_to "Read our step-by-step instructions", how_to_write_a_scraper_path %>
<p>
<%= pa_link_to "Read our step-by-step instructions", how_to_write_a_scraper_path %>
</p>
</div>
</section>
<section class="flex flex-col items-start gap-8 py-8 sm:flex-row">
Expand Down

0 comments on commit 441bf69

Please sign in to comment.