Skip to content

Commit

Permalink
Fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
natzar committed Mar 13, 2024
1 parent bc0ccd9 commit 9ad5df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/base-dark/layout/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<div class="mt-16 border-t border-white/10 pt-8 sm:mt-20 lg:mt-24 lg:flex lg:items-center lg:justify-between">
<div>
<h3 class="text-sm font-semibold leading-6 text-white">Subscribe to our newsletter</h3>
<p class="mt-2 text-sm leading-6 text-gray-400">The latest domain news, sent to your inbox weekly.</p>
<p class="mt-2 text-sm leading-6 text-gray-400">The latest news, about your amazing SaaS sent to your inbox weekly.</p>
</div>
<form class="mt-6 sm:flex sm:max-w-md lg:mt-0" action="actionSignup" method="POST">
<label for="email-address" class="sr-only">Email address</label>
Expand Down

0 comments on commit 9ad5df5

Please sign in to comment.