File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments