Skip to content

Commit 62f5b32

Browse files
authored
Merge pull request #71 from zandrro/new-aurora-logo
2 parents fefb93e + 2b2f13d commit 62f5b32

File tree

10 files changed

+166
-475
lines changed

10 files changed

+166
-475
lines changed

app/[locale]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
images: ["/wallpaper.jpg"]
1919
},
2020
icons: {
21-
icon: "/aurora-v3_logo.svg",
21+
icon: "/aurora-logo.svg",
2222
},
2323
};
2424

components/nav/Navbar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Navbar = ({
4949
}}
5050
>
5151
<img
52-
src={"/aurora-v3-white.svg"}
52+
src={"/aurora-logo-white.svg"}
5353
width={45}
5454
height={45}
5555
className={``}
@@ -111,13 +111,13 @@ const Navbar = ({
111111
}}
112112
>
113113
<img
114-
src={"/aurora-v3-white.svg"}
114+
src={"/aurora-logo-white.svg"}
115115
width={45}
116116
height={45}
117117
className={`${isTop ? "hidden" : "block"}`}
118118
/>
119119
<img
120-
src={"/aurora-v3_logo.svg"}
120+
src={"/aurora-logo.svg"}
121121
width={45}
122122
height={45}
123123
className={`${isTop ? "block" : "hidden"}`}

components/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Hero({
2525
<div className="z-10 flex max-w-screen-2xl flex-col items-center justify-center gap-5 lg:m-0">
2626
<div className="mb-4 flex w-2/3 items-center justify-start md:w-3/4 lg:w-2/3">
2727
<h1 className="bg-gradient-to-r from-aurora-blue via-aurora-darkblue to-aurora-orangina bg-clip-text text-6xl font-extrabold uppercase tracking-widest text-transparent md:text-7xl lg:text-9xl">
28-
<img src={"/aurora-text-logo-v4.svg"} alt="Aurora Logo" />
28+
<img src={"/aurora-text-logo.svg"} alt="Aurora Logo" />
2929
</h1>
3030
</div>
3131
<div className="flex w-2/3 flex-col gap-3 text-2xl font-semibold md:w-3/4 md:text-3xl lg:w-2/3 lg:text-4xl">

public/aurora-logo-white.svg

Lines changed: 32 additions & 0 deletions
Loading

public/aurora-logo.svg

Lines changed: 53 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)