mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: remove Hyper Terminal from tools used
This commit is contained in:
		| @@ -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"] | ||||
|   } | ||||
| } | ||||
| ``` | ||||
|   | ||||
| @@ -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' /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user