Commit 41637bd 1 parent 75dffde commit 41637bd Copy full SHA for 41637bd
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ import Bootstrap from "../Assets/svg/Bootstrap.svg";
10
10
import Vite from "../Assets/svg/Vite.svg" ;
11
11
import Tailwind from "../Assets/svg/Tailwind.svg" ;
12
12
import Framer from "../Assets/svg/Framer.svg" ;
13
+ import Polygon from "../Assets/svg/Polygon.svg"
14
+ import Solidty from "../Assets/svg/Solidity.svg"
15
+ import Ipfs from "../Assets/svg/Ipfs.svg"
16
+ import Prisma from "../Assets/svg/Prisma.svg"
17
+ import Ethereum from "../Assets/svg/Ethereum.svg"
13
18
const svg = {
14
19
p5Js : p5Js ,
15
20
nextJs : Nextjs ,
@@ -23,6 +28,11 @@ const svg = {
23
28
vite : Vite ,
24
29
tailwind : Tailwind ,
25
30
framer : Framer ,
31
+ polygon : Polygon ,
32
+ solidity : Solidty ,
33
+ ipfs : Ipfs ,
34
+ prisma : Prisma ,
35
+ ethereum : Ethereum ,
26
36
} ;
27
37
28
38
export default svg ;
You can’t perform that action at this time.
0 commit comments