Issues git resolved
This commit is contained in:
@@ -34,12 +34,12 @@ const Navbar: React.FC = () => {
|
||||
))}
|
||||
</div>
|
||||
|
||||
<Link
|
||||
to="/contact"
|
||||
className="hidden md:inline-flex items-center px-4 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-full text-sm font-medium hover:bg-gray-800 dark:hover:bg-gray-100 transition-colors"
|
||||
>
|
||||
Get IT Support
|
||||
</Link>
|
||||
<Link
|
||||
to="/contact"
|
||||
className="selection-inverse hidden md:inline-flex items-center px-4 py-1.5 bg-black dark:bg-white text-white dark:text-black rounded-full text-sm font-medium hover:bg-gray-800 dark:hover:bg-gray-100 transition-colors"
|
||||
>
|
||||
Get IT Support
|
||||
</Link>
|
||||
</div>
|
||||
</nav>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user