diff --git a/src/routes/addisababa/+page.svelte b/src/routes/addisababa/+page.svelte index 0f95307..b7fb38d 100644 --- a/src/routes/addisababa/+page.svelte +++ b/src/routes/addisababa/+page.svelte @@ -17,7 +17,7 @@ // Sponsors Configuration const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ - { image: "/logos/abugida-logo.png", name: "Abugida", url: "https://abugidarobotics.com/" } + { image: "/addisababa/abugida-logo.png", name: "Abugida", url: "https://abugidarobotics.com/" } ]; // Schedule Configuration - You don't need to use this exact schedule, this is just an example! diff --git a/static/logos/abugida-logo.png b/static/addisababa/abugida-logo.png similarity index 100% rename from static/logos/abugida-logo.png rename to static/addisababa/abugida-logo.png diff --git a/static/example/logo1.png b/static/example/logo1.png new file mode 100644 index 0000000..5158fa0 Binary files /dev/null and b/static/example/logo1.png differ diff --git a/static/example/logo2.png b/static/example/logo2.png new file mode 100644 index 0000000..5158fa0 Binary files /dev/null and b/static/example/logo2.png differ