Skip to content

Commit

Permalink
update inked pens
Browse files Browse the repository at this point in the history
  • Loading branch information
cesque committed Jan 11, 2024
1 parent 64afe54 commit a3296b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/fountain-pens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import inks from '@/data/inks'
<Image src="https://res.cloudinary.com/cesque/image/upload/v1675958351/fountain-pens/photo_4_pwnl2j.jpg" />

- **Pen**: TWSBI Eco Fountain Pen Limited Edition Transparent Purple 1.1
- **Ink**: -
- **Ink**: <Ink ink="pilot iroshizuku murasaki-shikibu" />

<Image src="https://res.cloudinary.com/cesque/image/upload/v1675958351/fountain-pens/photo_1_kyr9qx.jpg" />

Expand Down Expand Up @@ -115,7 +115,7 @@ import inks from '@/data/inks'
inks
.sort((a, b) => a.name.localeCompare(b.name))
.map(ink => {
return <li>
return <li key={ ink.id }>
<Ink ink={ ink.id } />
</li>
})
Expand Down

1 comment on commit a3296b8

@vercel
Copy link

@vercel vercel bot commented on a3296b8 Jan 11, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

exolith – ./

exolith-git-main-cesque.vercel.app
exolith-cesque.vercel.app
exolith.cesque.com
exolith.vercel.app

Please sign in to comment.