Skip to content

Commit

Permalink
chore(*): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mateonunez committed Aug 9, 2022
1 parent 9365ab6 commit cf290dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/about/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const About = ({ ...props }) => {
{/* Intro */}
<Fade direction="left" distance={150} delay={0.5} trigger={introRef}>
<div className={s.introInner} ref={introRef}>
<span>I&apos;m a Software Architect & Team Leader based in Milan 🤌</span>
<span>I&apos;m a Software Architect based in Milan 🤌</span>
</div>
</Fade>
{/* Profile */}
Expand Down
10 changes: 5 additions & 5 deletions lib/config/seo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "Mateo Nunez | Software Architect and Team Leader",
"titleTemplate": "%s - Mateo Nunez | Software Architect and Team Leader",
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architect and Team Leader based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
"title": "Mateo Nunez | Software Architect",
"titleTemplate": "%s - Mateo Nunez | Software Architect",
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architectbased in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
"openGraph": {
"title": "Mateo Nunez | Software Architect and Team Leader",
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architect and Team Leader based in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
"title": "Mateo Nunez | Software Architect",
"description": "Hi There! I'm Mateo Nunez, I'm a Software Architectbased in Milan, Italy. Born in Colombia. Self-taught developer, I ❤️ the music, the food, the challenges and the continous improvement.",
"type": "website",
"locale": "it_IT",
"url": "https://mateonunez.dev",
Expand Down
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"display": "standalone",
"scope": ".",
"start_url": "/",
"name": "Mateo Nunez | Software Architect and Team Leader",
"name": "Mateo Nunez | ",
"short_name": "Mateo Nunez",
"description": "Mateo Nunez | Software Architect and Team Leader",
"description": "Mateo Nunez | Software Architect",
"icons": [
{
"src": "/icon-192x192.png",
Expand Down

1 comment on commit cf290dd

@vercel
Copy link

@vercel vercel bot commented on cf290dd Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.