1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

fix: remove Hyper Terminal from tools used

This commit is contained in:
Divlo 2021-08-23 19:25:17 +02:00
parent aa12d626d2
commit b5945150b8
No known key found for this signature in database
GPG Key ID: 6F24DA54DA3967CF
2 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
```json
{
"name": "Divlo",
"pronouns": "He' | 'Him",
"pronouns": "He/Him",
"birthDate": "31/03/2003",
"nationality": "Alsace, France",
"interests": [
@ -35,7 +35,7 @@
"programmingLanguages": ["JavaScript", "TypeScript", "Python"],
"frontEnd": ["HTML", "CSS", "Tailwind CSS", "React.js (+ Next.js)"],
"backEnd": ["Node.js", "Fastify", "Prisma", "PostgreSQL", "MySQL"],
"tools": ["Ubuntu", "Hyper Terminal", "VSCode", "Git", "Docker"]
"tools": ["Ubuntu", "Visual Studio Code", "Git", "Docker"]
}
}
```

View File

@ -31,7 +31,6 @@ export const Skills: React.FC = () => {
<SkillsSection title={t('home:skills.softwareTools')}>
<SkillComponent skill='Ubuntu' />
<SkillComponent skill='Hyper' />
<SkillComponent skill='Visual Studio Code' />
<SkillComponent skill='Git' />
<SkillComponent skill='Docker' />