diff --git a/.gitignore b/.gitignore index ae1006d..c047ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,14 @@ package .vscode .env.local .env.*.local -*.pem + +# Playwright +/test-results +/playwright-report +/blob-report +/playwright/.cache + +*.pem *.pub *.sec diff --git a/.prettierignore b/.prettierignore index 8dd6d8c..2e053a6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,6 +7,8 @@ build/ .svelte-kit/ dist/ node_modules/ +test-results/ +playwright-report/ # Lockfiles package-lock.json diff --git a/src/routes/(marketing)/+layout.svelte b/src/routes/(marketing)/+layout.svelte index 0d74cf7..d961424 100644 --- a/src/routes/(marketing)/+layout.svelte +++ b/src/routes/(marketing)/+layout.svelte @@ -19,6 +19,17 @@ }) + + + + + {#if !$isLoading}