Skip to content

Commit

Permalink
Update Headertailwind.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow0506 authored Jul 9, 2024
1 parent a07429a commit fb460e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Headertailwind.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Headertailwind() {


<div className={`max-w-screen-xl mx-auto ${mobileMenuOpen ? 'block' : 'hidden'} md:block`}>
<ul className="font-large flex flex-col p-4 md:p-0 mt-4 border rounded-lg md:flex-row md:space-x-6 rtl:space-x-reverse md:mt-0 md:border-0 md: bg-gray-80 border-gray-700">
<ul className="font-large flex flex-col p-4 md:p-0 mt-4 border rounded-lg md:flex-row md:space-x-6 rtl:space-x-reverse md:mt-0 md:border-0 md: bg-gray-80 border-gray-700 text-sm">
{Menuitems.map((item, index) => (
<li key={index}>
<a href={item.url} className="block py-2 px-0 rounded hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 text-white hover:text-white hover:bg-transparent">
Expand Down

0 comments on commit fb460e3

Please sign in to comment.