From f156959382dd5b6aff68e7607d13138b3e1c046f Mon Sep 17 00:00:00 2001
From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com>
Date: Tue, 6 Feb 2024 10:12:08 +0100
Subject: [PATCH] Added a location to the website
---
src/App.svelte | 14 +++++++++++---
src/assets/images/thisLocation.png | Bin 0 -> 48379 bytes
2 files changed, 11 insertions(+), 3 deletions(-)
create mode 100644 src/assets/images/thisLocation.png
diff --git a/src/App.svelte b/src/App.svelte
index 1db7c8e..c34619c 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -6,6 +6,7 @@
import planeImg from './assets/images/PlaneGrid.png';
import imgBackground from './assets/images/CubeSideTransparent.png';
import deprivedTeam from './assets/images/DeprivedTeam.jpg';
+ import location from './assets/images/thisLocation.png';
window.onload = function() {
//window.scrollTo(0, 100);
@@ -23,7 +24,7 @@
function debugClick(){
}
- let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleated'];
+ let weAreTexts: string[] = ['overlooked', 'underfunded', 'constrained', 'depleted'];