Skip to content

Commit 4e009f0

Browse files
compwronCopilot
andauthored
Update app/views/static/index.html.erb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5b0e8e4 commit 4e009f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/static/index.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141

4242
<div class="flex" id="myNavbar">
4343
<div class="flex text-white space-x-4 md:space-x-10 text-md lg:text-2xl items-center">
44-
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90" href="#about">About</a>
45-
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90" href="#testimonials">Testimonials</a>
46-
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90" href="#contact">Contact</a>
44+
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90 focus:underline focus:decoration-blue-300" href="#about">About</a>
45+
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90 focus:underline focus:decoration-blue-300" href="#testimonials">Testimonials</a>
46+
<a class="hidden md:block hover:underline hover:decoration-blue-300 hover:opacity-90 focus:underline focus:decoration-blue-300" href="#contact">Contact</a>
4747
<a href="<%= new_user_session_path %>">
4848
<button
4949
class="flex flex-row items-center w-full px-4 py-2 bg-green-800 hover:bg-green-700 rounded-2xl text-md">

0 commit comments

Comments
 (0)