diff --git a/src/routes/(authenticated)/git/+layout.svelte b/src/routes/(authenticated)/git/+layout.svelte
index bfc361d98..6f5a1d6c6 100644
--- a/src/routes/(authenticated)/git/+layout.svelte
+++ b/src/routes/(authenticated)/git/+layout.svelte
@@ -2,16 +2,19 @@
import { base } from '$app/paths';
import { loading } from '$routes/store';
import { app } from '$lib/stores/app';
- import { Typography } from '@appwrite.io/pink-svelte';
+ import { Layout, Typography } from '@appwrite.io/pink-svelte';
loading.set(false);
-
-
-
-
-
+
+
-
+
diff --git a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte
index 8d90750b5..3b74702e9 100644
--- a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte
+++ b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte
@@ -51,18 +51,16 @@
}
-
-
- {#if error}
-
- {/if}
- {#if success}
-
- {/if}
-
- The deployment for pull request #{providerPullRequestId}
- is awaiting approval. When authorized, deployments will be started.
-
-
-
-
+
+ {#if error}
+
+ {/if}
+ {#if success}
+
+ {/if}
+
+ The deployment for pull request #{providerPullRequestId}
+ is awaiting approval. When authorized, deployments will be started.
+
+
+