Skip to content

Commit

Permalink
Merge pull request #19 from meddhiaka/fix
Browse files Browse the repository at this point in the history
temporary-fix-for-special-characters
  • Loading branch information
meddhiaka authored Jul 26, 2024
2 parents 18adfea + b96663e commit fc5c151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/profile/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function FreelancerPage() {
<section className="basis-2/3 border rounded-sm space-y-4">
<div className="border-b">
<div className="w-11/12 mx-auto ">
<p className="py-2 border-b-primary border-b-[3px] w-36 text-sm font-semibold tracking-wide">Profile d'applicant</p>
<p className="py-2 border-b-primary border-b-[3px] w-36 text-sm font-semibold tracking-wide">Profile d&apos;applicant</p>
</div>
</div>
<div className="w-11/12 mx-auto font-semibold">
Expand Down Expand Up @@ -181,8 +181,8 @@ export default function FreelancerPage() {
<div className="space-y-2">
<p className="text-gray-500">à propos</p>
<div className="font-semibold space-y-1">
<p>I'm a product designer + filmmaker currently working remotely at Twitter from beautiful Manchester, United Kingdom. I'm passionate about designing digital products that have a positive impact on the world</p>
<p>For 10 years, I've specialised in interface, experience & interaction design as well as working in user research and product strategy for product agencies, big tech companies & start-ups.</p>
<p>I&apos;m a product designer + filmmaker currently working remotely at Twitter from beautiful Manchester, United Kingdom. I&apos;m passionate about designing digital products that have a positive impact on the world</p>
<p>For 10 years, I&apos;ve specialised in interface, experience & interaction design as well as working in user research and product strategy for product agencies, big tech companies & start-ups.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit fc5c151

Please sign in to comment.