Skip to content

Commit

Permalink
refactor: change website title
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliosheinz committed Mar 18, 2024
1 parent 1b91d5d commit a3a9b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const robotoMono = Roboto_Mono({
preload: true,
})

const title = 'Emilio Schaedler Heinzmann'
const title = 'Emilio S. Heinzmann'
const ogDescription =
'As an experienced Software Engineer graduated with a B.Sc. degree in Computer Science, I have been working on the development of applications that are daily accessed by thousands of users since 2019. I bring ideas to life through lines of code.'

Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function HomePage() {
width={225}
height={225}
className='rounded-full mb-10 lg:mb-0 lg:mr-10'
alt="Emilio Schaedler Heinzmann's picture in black and white with a blue background"
alt="Emilio S. Heinzmann's picture in black and white with a blue background"
/>
<div className='flex flex-col space-y-6 sm:space-y-8 items-start'>
<h1 className='font-bold text-4xl sm:text-5xl'>
Expand Down

0 comments on commit a3a9b2e

Please sign in to comment.