Fix bugs and change makefile

This commit is contained in:
Owen Schwartz
2024-10-20 12:55:28 -04:00
parent 16e2a262e9
commit 002614499b
13 changed files with 150 additions and 159 deletions

View File

@@ -40,16 +40,6 @@ interface SettingsLayoutProps {
export default function SettingsLayout({ children }: SettingsLayoutProps) {
return (
<>
<div className="w-full bg-stone-200 border-b border-stone-300 mb-6 select-none sm:px-0 px-3">
<div className="container mx-auto flex flex-col content-between gap-4 pt-2">
<Header
email={"user.email"}
orgName={"Profile"}
/>
</div>
</div>
<div className="md:hidden">
<Image
src="/configuration/forms-light.png"