feat: shadow md
This commit is contained in:
@@ -12,7 +12,7 @@ const Topbar = () => {
|
|||||||
const hideDrawer = () => setVisible(false);
|
const hideDrawer = () => setVisible(false);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Header className="flex justify-between items-center h-16 bg-white shadow-xl">
|
<Header className="flex justify-between items-center h-16 bg-white shadow-md">
|
||||||
<Col span={4} className="flex items-center">
|
<Col span={4} className="flex items-center">
|
||||||
<Link to="/">
|
<Link to="/">
|
||||||
<img src="maxun_logo.png" alt="Maxun" className="h-8 w-auto" />
|
<img src="maxun_logo.png" alt="Maxun" className="h-8 w-auto" />
|
||||||
|
|||||||
Reference in New Issue
Block a user