File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 2
2
import { Button , Typography } from ' @frequency-chain/style-guide' ;
3
3
import SectionWrapper from ' ./SectionWrapper.svelte' ;
4
4
import TicTokTag from ' ../TikTokTag.svelte' ;
5
+ import WavesTwo from ' $lib/assets/waves-two.svg' ;
6
+ import MeWeLogo from ' $lib/assets/ecosystem/mewe.svg' ;
7
+ import SoarLogo from ' $lib/assets/ecosystem/soar.svg' ;
5
8
</script >
6
9
7
10
<SectionWrapper id =" ecosystem" >
8
11
<div class =" w-full overflow-hidden" >
9
12
<div class =" h-[36px] bg-white lg:h-[61px]" ></div >
10
13
<div class =" relative mb-[-36px] bg-navy lg:mb-[-61px]" >
11
- <img
12
- class =" relative top-[-36px] z-10 max-w-none lg:top-[-61px] lg:w-full"
13
- alt =" "
14
- src =" src/lib/assets/waves-two.svg"
15
- />
14
+ <img class ="relative top-[-36px] z-10 max-w-none lg:top-[-61px] lg:w-full" alt ="" src ={WavesTwo } />
16
15
</div >
17
16
</div >
18
17
<div class =" relative mt-[-100px] bg-navy pb-f64 md:pb-f120" >
38
37
</section >
39
38
</div >
40
39
<section class =" freq-container py-10" >
41
- <Typography tag =" h1" class =" mb-6 text-center font-title text-navyLight " >
40
+ <Typography tag =" h1" class =" text-navyLight mb-6 text-center font-title" >
42
41
Companies in the Frequency Ecosystem
43
42
</Typography >
44
43
<div class =" flex w-full flex-wrap justify-around p-2 md:p-6" >
45
- <img class =" m-2 max-w-[300px] p-2 sm:m-2 md:m-2" alt =" MeWe" src =" src/lib/assets/ecosystem/mewe.svg " />
46
- <img class =" m-2 max-w-[300px] p-2 sm:m-2 md:m-2" alt =" Soar" src =" src/lib/assets/ecosystem/soar.svg " />
44
+ <img class ="m-2 max-w-[300px] p-2 sm:m-2 md:m-2" alt ="MeWe" src ={ MeWeLogo } />
45
+ <img class ="m-2 max-w-[300px] p-2 sm:m-2 md:m-2" alt ="Soar" src ={ SoarLogo } />
47
46
</div >
48
47
</section >
49
48
</SectionWrapper >
Original file line number Diff line number Diff line change
1
+ <script lang =" ts" >
2
+ import ThePeoplesBid from ' $lib/assets/the-peoples-bid.svg' ;
3
+ </script >
4
+
1
5
<div class ={$$restProps .class }>
2
- <img alt =" The People's Bid for TikTok" src =" src/lib/assets/the-peoples-bid.svg " />
6
+ <img alt ="The People's Bid for TikTok" src ={ ThePeoplesBid } />
3
7
</div >
You can’t perform that action at this time.
0 commit comments