fix: remove hidden breakpoint on ssh layout

This commit is contained in:
Scott Wilson
2025-11-14 14:54:00 -08:00
parent a236d3e318
commit bb0156dae9

View File

@@ -18,7 +18,7 @@ export const SshLayout = () => {
const location = useLocation();
return (
<div className="dark hidden h-full w-full flex-col overflow-x-hidden md:flex">
<div className="dark flex h-full w-full flex-col overflow-x-hidden">
<div className="border-b border-mineshaft-600 bg-mineshaft-900">
<motion.div
key="menu-project-items"