Skip to content

Commit

Permalink
Add WeAre8 to the ecosystem logos
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 22, 2024
1 parent 94289f4 commit b279bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Sections/Ecosystem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import TikTokTag from '../TikTokTag.svelte';
import MeWeLogo from '../../lib/assets/Ecosystem/mewe-logo.svg';
import SoarLogo from '../../lib/assets/Ecosystem/soar-logo.svg';
import WeAre8Logo from '../../lib/assets/Ecosystem/weare8.svg';
import SlideIn from '../SlideIn.svelte';
</script>

Expand Down Expand Up @@ -46,6 +47,7 @@
</SlideIn>
<div class="flex w-full flex-wrap justify-around p-2 md:p-6">
<img class="logo" alt="MeWe" src={MeWeLogo} />
<img class="logo" alt="WeAre8" src={WeAre8Logo} />
<img class="logo" alt="Soar" src={SoarLogo} />
</div>
</section>
Expand Down
1 change: 1 addition & 0 deletions src/lib/assets/Ecosystem/weare8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b279bf8

Please sign in to comment.