Skip to content

Commit

Permalink
revert to a ../ path
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire Olmstead committed Nov 21, 2024
1 parent 2dfe01a commit 2482ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Sections/Ecosystem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import { Button } from '@frequency-chain/style-guide';
import SectionWrapper from './SectionWrapper.svelte';
import TikTokTag from '../TikTokTag.svelte';
import WavesTwo from '$lib/assets/Ecosystem/waves-two.svg';
import MeWeLogo from '$lib/assets/Ecosystem/mewe-logo.svg';
import SoarLogo from '$lib/assets/Ecosystem/soar-logo.svg';
import WavesTwo from '../../lib/assets/Ecosystem/waves-two.svg';
import MeWeLogo from '../../lib/assets/Ecosystem/mewe-logo.svg';
import SoarLogo from '../../lib/assets/Ecosystem/soar-logo.svg';
import SlideIn from '../SlideIn.svelte';
</script>

Expand Down

0 comments on commit 2482ae9

Please sign in to comment.