Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Mar 19, 2024
1 parent 5022441 commit 56d1233
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { Separator } from "$lib/components/ui/separator";
import mainLogo from "$lib/images/GBA_2_main_2.png";
import mainLogo from "$lib/images/GBA_3_main.png";
</script>

<Separator class="my-4 mt-56" />
Expand Down
Binary file removed src/lib/images/GBA_2_main_2.png
Binary file not shown.
Binary file added src/lib/images/GBA_3_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/images/GBA_Icon_trans.png
Binary file not shown.
Binary file modified src/lib/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import mainLogo from "$lib/images/GBA_2_main_2.png";
import mainLogo from "$lib/images/GBA_3_main.png";
let hovered = false;
//include all old titles here, maybe change occasionally?
Expand Down
Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/testlaunch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>GBAv3</title>

<link rel="icon" href="../../assets/GBA_2_Icon_ver3.png" type="image/x-icon">
<link rel="icon" href="../../assets/GBA_3_main.png" type="image/x-icon">
<meta name = viewport content = "width = device-width, initial-scale = 1">
<style>
body, html {
Expand Down

0 comments on commit 56d1233

Please sign in to comment.