Skip to content

Commit

Permalink
Update Login page title and logo gradient colors to reflect Nais bran…
Browse files Browse the repository at this point in the history
…ding
  • Loading branch information
rbjornstad committed Dec 3, 2024
1 parent 4e038fb commit 32bb3a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/Login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</script>

<svelte:head>
<title>Console - Log in</title>
<title>Nais Console - Log in</title>
<style>
body {
background: var(--a-bg-default);
Expand All @@ -24,10 +24,10 @@
<Logo
height=".8em"
fill="gradient"
gradientColors={['var(--active-color-strong)', '#ffffff']}
gradientDirection={{ x1: '0%', y1: '100%', x2: '100%', y2: '0%' }}
gradientColors={['var(--active-color-strong)', '#000000']}
gradientDirection={{ x1: '0%', y1: '100%', x2: '100%', y2: '%' }}
/>
Console
Nais Console
</h1>

{#if $page.url.searchParams?.get('error')}
Expand All @@ -46,7 +46,7 @@
<p>To access this page you need to log in with your Google Workspace account.</p>

<Button as="a" href="/oauth2/login?redirect_uri={redirectPath($page.url)}" variant="primary"
>Log in to NAIS Console</Button
>Log in to Nais Console</Button
>
</div>
</div>
Expand Down

0 comments on commit 32bb3a5

Please sign in to comment.