Skip to content

Commit

Permalink
removed material ui from techstack (reactplay#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Mar 4, 2023
1 parent 943b20b commit cdc9126
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/common/techstack/TechStackInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
SiReact,
SiRedux,
SiGit,
SiMaterialui,
// SiMaterialui,
SiTailwindcss,
SiJavascript,
SiFirebase,
Expand Down Expand Up @@ -42,12 +42,12 @@ export const TechStackInfo = [
type: 'icon',
link: 'https://git-scm.com'
},
{
comp: SiMaterialui,
text: 'Material UI',
type: 'icon',
link: 'https://mui.com'
},
// {
// comp: SiMaterialui,
// text: 'Material UI',
// type: 'icon',
// link: 'https://mui.com'
// },
{
comp: SiTailwindcss,
text: 'Tailwind',
Expand Down

0 comments on commit cdc9126

Please sign in to comment.