Skip to content

Commit

Permalink
Merge pull request #1019 from emily883/Issue#1011
Browse files Browse the repository at this point in the history
Contact button fixed on blog page & Pet News
  • Loading branch information
akshitagupta15june authored Aug 4, 2023
2 parents 0ab03d0 + b2e1fca commit bc37ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<a href="./reportstary.html" class="text-custom-heading font-bold hover:underline underline-offset-4 turn-red-hover navbar-item">SOS Report</a>
</li>
<li>
<a href="#contact">
<a href="./index.html#contact">
<button class="inline-flex items-center bg-header-orange-light border-0 py-2 lg:py-2 text-base px-2 focus:outline-none text_4 font-bold rounded text-base mt-4 md:mt-0">
Contact Us
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
Expand Down
2 changes: 1 addition & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
Report</a>
</li>
<li>
<a href="#contact">
<a href="./index.html#contact">
<button
class="inline-flex items-center bg-header-orange-light border-0 py-2 lg:py-2 text-base px-2 focus:outline-none text_4 font-bold rounded text-base mt-4 md:mt-0">
Contact Us
Expand Down

0 comments on commit bc37ad8

Please sign in to comment.