Skip to content

Commit

Permalink
remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Nov 15, 2024
1 parent 7c8349a commit 0824f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import ThemeSwitch from '../components/ThemeSwitch'

const Navbar: FC = () => {
return (
<nav className="Navbar navbar fixed left-0 right-0 z-nav flex w-screen justify-center bg-light-surface-1 dark:border-dark-surface-3 dark:bg-dark-surface-1">
<div className="w-full h-nav-h flex flex-row justify-between items-center px-4 py-[1.15625rem] sm:px-[0.9375rem] sm:py-3">
<nav className="Navbar navbar fixed left-0 right-0 z-nav flex w-screen justify-center">
<div className="w-full h-nav-h flex flex-row justify-between items-center px-4 py-[1.15625rem] sm:px-[0.9375rem] sm:py-3 bg-light-surface-1 dark:border-dark-surface-3 dark:bg-dark-surface-1">
<a className="flex flex-row items-center" href="/" target="_self" aria-label="Uniswap Documentation Home">
<MiniUnicon className="w-8 h-8 mr-3" />
<p className="Navbar__logo-text body-1 text-light-accent-1 dark:text-dark-accent-1 mb-0">Uniswap Docs</p>
Expand Down

0 comments on commit 0824f68

Please sign in to comment.