Skip to content

Commit

Permalink
Fix Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jan 31, 2024
1 parent f21f08b commit 96e5137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions pkg/oauth2/error.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<html lang="en">
<head>
<title>Unikorn Identity</title>
<link rel="icon" href="https://unikorn-cloud.github.io/assets/images/logos/light-on-dark/icon.svg">
<link rel="stylesheet" href="https://unikorn-cloud.github.io/assets/css/base.css">
<link rel="icon" href="https://assets.unikorn-cloud.org/images/logos/light-on-dark/icon.svg">
<link rel="stylesheet" href="https://assets.unikorn-cloud.org/css/base.css">

<style>
:root {
--brand-dark: rgb(49, 80, 89);
Expand Down Expand Up @@ -51,7 +52,7 @@
</head>
<body>
<header>
<img src="https://unikorn-cloud.github.io/assets/images/logos/light-on-dark/logo.svg" />
<img src="https://assets.unikorn-cloud.org/images/logos/light-on-dark/logo.svg" />
</header>
<main>
<h1>Oops! Something went wrong</h1>
Expand Down
6 changes: 3 additions & 3 deletions pkg/oauth2/login.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<title>Unikorn Identity</title>
<link rel="icon" href="https://unikorn-cloud.github.io/assets/images/logos/light-on-dark/icon.svg">
<link rel="stylesheet" href="https://unikorn-cloud.github.io/assets/css/base.css">
<link rel="icon" href="https://assets.unikorn-cloud.org/images/logos/light-on-dark/icon.svg">
<link rel="stylesheet" href="https://assets.unikorn-cloud.org/css/base.css">
<style>
body {
background-image: var(--background-image);
Expand Down Expand Up @@ -66,7 +66,7 @@
<body>
<section>
<header>
<img src="https://unikorn-cloud.github.io/assets/images/logos/light-on-dark/logo.svg" />
<img src="https://assets.unikorn-cloud.org/images/logos/light-on-dark/logo.svg" />
</header>
<main>
<p>Enter your e-mail address to continue</p>
Expand Down

0 comments on commit 96e5137

Please sign in to comment.