Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Dec 12, 2023
2 parents 82c5211 + e60ff41 commit b3707f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/app/(auth)/login/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@ export default async function InventoryLayout({
}: {
children: React.ReactNode;
}) {

return (
<>
<main className="relative z-10 min-h-[100svh] flex items-center justify-center animate-fade-up animate-delay-500 animate-duration-[700ms]">
<main className="relative z-10 min-h-[100svh] flex items-center justify-center animate-fade-up animate-delay-200 animate-duration-[600ms]">
{children}
</main>
<Image
src="/images/loginBackground.svg"
alt="Numerous ouranos logos"
width={1000}
height={200}
className="z-0 fixed bottom-0 w-screen h-[50svh] object-cover animate-fade-up animate-delay-300 animate-duration-[900ms]"
className="z-0 fixed bottom-0 w-screen h-[50svh] object-cover animate-fade-up animate-delay-0 animate-duration-[900ms]"
/>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion src/app/(site)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function Page() {
</h3>
<p>
If you have an account on GitHub, you can go to the project's{" "}
<Link href="" className="underline">
<Link href="https://github.com/pdelfan/ouranos" className="underline">
repository
</Link>{" "}
and create an issue. You can also mention me on Bluesky (my handle is{" "}
Expand Down

0 comments on commit b3707f9

Please sign in to comment.