Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Bit-Barron committed Sep 22, 2024
1 parent aa8029f commit 90ef038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions src/app/[locale]/(home)/contact/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/pages/container/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Navbar = () => {

return (
<nav className="bg-background shadow w-full x-4 sm:px-6 lg:px-8">
<div className="flex justify-between h-16">
<div className="md:flex md:justify-between md:h-16">
<div className="flex">
<div className="hidden sm:ml-6 sm:flex sm:space-x-8">
{tabs.map((tab) => (
Expand Down

0 comments on commit 90ef038

Please sign in to comment.