Few small things
This commit is contained in:
parent
fe99760469
commit
beb2effbbd
@ -1,7 +1,10 @@
|
|||||||
|
import Sidebar from "@/components/sidebar_e";
|
||||||
|
|
||||||
export default function Earthquakes() {
|
export default function Earthquakes() {
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen">
|
<div className="min-h-screen">
|
||||||
<p>Earthquakes</p>
|
<p>Earthquakes</p>
|
||||||
|
<Sidebar></Sidebar>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,10 @@
|
|||||||
|
import Sidebar from "@/components/sidebar_o";
|
||||||
|
|
||||||
export default function Observatories() {
|
export default function Observatories() {
|
||||||
return (
|
return (
|
||||||
<div className="w-full h-full">
|
<div className="w-full h-full">
|
||||||
<p>Observatories</p>
|
<p>Observatories</p>
|
||||||
|
<Sidebar></Sidebar>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -49,7 +49,7 @@ export default function Navbar() {
|
|||||||
const [isModalOpen, setIsModalOpen] = useState(false);
|
const [isModalOpen, setIsModalOpen] = useState(false);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex sticky top-0 w-full h-14 z-40 font-medium bg-white">
|
<div className="flex sticky top-0 w-full h-14 z-40 font-medium bg-white border border-b-neutral-200">
|
||||||
<div className="my-1 flex aspect-square ml-3 mr-3">
|
<div className="my-1 flex aspect-square ml-3 mr-3">
|
||||||
<Link href="/" className="rounded-full">
|
<Link href="/" className="rounded-full">
|
||||||
<Image height={2000} width={2000} alt="Logo" className="border border-neutral-300 rounded-full" src="/logo.png" />
|
<Image height={2000} width={2000} alt="Logo" className="border border-neutral-300 rounded-full" src="/logo.png" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user