Skip to content

Commit

Permalink
add time per project
Browse files Browse the repository at this point in the history
  • Loading branch information
guicrisostomo committed Jul 1, 2023
1 parent 1fb087e commit f876ff0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/DataProjects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export function DataProjects() {
{i18n.language === "en-US" && (
value.descricaoEN
)}

<br />
<br />

<img src={
'https://wakatime.com/badge/github/guicrisostomo/' + value.link.replace('https://github.com/guicrisostomo/', '') + '.svg'
} alt='time_wasting_proj' />
</TextInfoProject>

<ItemLanguagesProject>
Expand Down

0 comments on commit f876ff0

Please sign in to comment.