Skip to content

Commit d48865f

Browse files
committed
Adding nextjs svg
1 parent e9a61c7 commit d48865f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/svg.ts

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import Typescript from "../Assets/svg/Typescript.svg";
88
import Scss from "../Assets/svg/scss.svg";
99
import Bootstrap from "../Assets/svg/Bootstrap.svg";
1010
import Vite from "../Assets/svg/Vite.svg";
11+
import Tailwind from "../Assets/svg/Tailwind.svg";
12+
import Framer from "../Assets/svg/Framer.svg";
1113
const svg = {
1214
p5Js: p5Js,
1315
nextJs: Nextjs,
@@ -19,6 +21,8 @@ const svg = {
1921
scss: Scss,
2022
bootstrap: Bootstrap,
2123
vite: Vite,
24+
tailwind: Tailwind,
25+
framer: Framer,
2226
};
2327

2428
export default svg;

0 commit comments

Comments
 (0)