Skip to content

Commit

Permalink
refactor: remove profile picture for the default example
Browse files Browse the repository at this point in the history
  • Loading branch information
MaevaWolff committed Aug 1, 2023
1 parent 9d87925 commit e2e7ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/presentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Presentation = {
const presentation: Presentation = {
mail: "[email protected]",
title: "Hi, I’m Maxence 👋",
profile: "/profile.webp",
// profile: "/profile.webp",
description:
"Bonjour, i'm a *french frontend developer* with over *3 years* of web experience. I am currently working with *NextJS and Typescript*. Outside of work I complete my pokemon card collection and learning TypeScript.",
socials: [
Expand Down

1 comment on commit e2e7ebb

@vercel
Copy link

@vercel vercel bot commented on e2e7ebb Aug 1, 2023

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.