diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index a278988..6ace459 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -1,5 +1,4 @@ - - - - \ No newline at end of file diff --git a/src/components/UI/Button.svelte b/src/components/UI/Button.svelte index 8396770..b204fcc 100644 --- a/src/components/UI/Button.svelte +++ b/src/components/UI/Button.svelte @@ -1,5 +1,4 @@ - - - -{#if href} - - - -{:else} - -{/if} ->>>>>>> dev diff --git a/src/components/UI/TextInput.svelte b/src/components/UI/TextInput.svelte index 9225f48..4845b20 100644 --- a/src/components/UI/TextInput.svelte +++ b/src/components/UI/TextInput.svelte @@ -79,11 +79,7 @@ .banned { position: absolute; right: 19px; -<<<<<<< HEAD top: 29px; -======= - top: 28px; ->>>>>>> dev height: 15px; width: 0px; border-bottom: 3px solid rgba(0, 0, 0, 0.38); @@ -94,13 +90,8 @@ } .invert { -<<<<<<< HEAD right: 16px; top: 30px; -======= - right: 19px; - top: 25px; ->>>>>>> dev height: 15px; width: 0px; border-bottom: 6px solid #FFF; diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 200ab9b..d87f141 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -4,11 +4,7 @@ const { path } = page; // Protected Routes -<<<<<<< HEAD - const loginRoutes = ["/dashboard", "/settings","/projects", "/accounts" , "/account"]; -======= - const loginRoutes = ["/dashboard", "/settings","/projects"]; ->>>>>>> dev + const loginRoutes = ["/dashboard", "/settings", "/accounts" , "/account"]; // Public Routes const logoutRoutes = ["/login", "/register", "/forgot"]; @@ -27,27 +23,8 @@ export let segment; -<<<<<<< HEAD