Skip to content

Commit

Permalink
pequeñas correcciones
Browse files Browse the repository at this point in the history
  • Loading branch information
juli-rivero committed Aug 17, 2024
1 parent ba14227 commit e8879a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Aside.tsx/SobreMi/FormacionAcademica.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function FormacionAcademica() {
<Li
nivel="Secundario"
instituto="Instituto Juan XXIII"
titulo="Técnico en Informática Profesional y Personal"
titulo="Técnico en Informática Personal y Profesional"
añoEgreso={2023}
extras={["2° Escolta Papal", "Promedio General: 8.80/10"]}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Aside.tsx/SobreMi/Idiomas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Idiomas() {
ref={progressRef}
style={{height:"1.25rem"}}
id="ingles"
value={53}
value={60}
max={100}
>
B1-B2
Expand Down
2 changes: 1 addition & 1 deletion src/components/Aside.tsx/SobreMi/InformacionGeneral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function InformacionGeneral() {
</LiLinkIcon>
<LiLinkIcon
tooltip="LinkedIn"
href="https://www.linkedin.com/in/juli%C3%A1n-rivero-b6aaa2304/"
href="https://www.linkedin.com/in/juli-rivero/"
Icon={CiLinkedin}
>
Julián (Agustín) Rivero
Expand Down

0 comments on commit e8879a7

Please sign in to comment.