Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jul 26, 2023
1 parent 8c2e2fb commit 3e59ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Header = () => {
/>
</svg>
<div className="hidden md:inline-flex">
<a href="#" className="inline-flex flex-row items-center">
<a href="#" className="inline-flex flex-row items-center gap-2">
<Image
style={{ width: 25, height: 25 }}
alt="ztnet logo"
Expand All @@ -56,7 +56,7 @@ const Header = () => {
{/* <div className="sidebar-header flex items-center justify-center py-4"> */}

{/* <a href="#" className="flex flex-row items-center"> */}
<div className="dropdown-end dropdown">
<div className="dropdown dropdown-end">
<label tabIndex={0} className="btn btn-primary btn-sm m-1">
{theme.toUpperCase()}
</label>
Expand Down

0 comments on commit 3e59ea9

Please sign in to comment.