Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwasonga committed Jun 18, 2021
1 parent 3cfa50f commit f61c0c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/pages/Skills/skilldata.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
SiMongodb,
SiTailwindcss,
SiFirebase,
SiTypescript,
} from 'react-icons/si';
import { BsFillBootstrapFill } from 'react-icons/bs';

Expand Down Expand Up @@ -64,6 +65,11 @@ export const back = [
icon: <SiFirebase />,
name: 'Firebase',
},
{
id: 3,
icon: <SiTypescript />,
name: 'Typescript',
},
];
/*
I will need to indicate the Languages that I know,
Expand Down

0 comments on commit f61c0c5

Please sign in to comment.