Skip to content

Commit

Permalink
fix: mdx class isn't using className syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jul 26, 2022
1 parent a1b4b53 commit ead648d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/contents/projects/love4heroes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cards on the "Warm Messages" Board.

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['react', 'tailwindcss', 'firebase', 'swr']} />
</div>
</blockquote>
Expand Down
22 changes: 11 additions & 11 deletions src/contents/projects/notiolink.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ I did this project originally for my personal use. Shortening links is easier fo

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss', 'notion']} />
</div>
</blockquote>
Expand Down Expand Up @@ -108,57 +108,57 @@ Themes you can choose

<SplitImage>
<Split>
<div class='not-prose space-y-2'>
<div className='not-prose space-y-2'>
<CloudinaryImg
mdx
publicId='theodorusclarence/projects/notiolink/theme-dark_sspfwt'
alt='theme-dark'
width={648}
height={622}
/>
<p class='text-center text-sm font-medium'>Dark</p>
<p className='text-center text-sm font-medium'>Dark</p>
</div>
<div class='not-prose space-y-2'>
<div className='not-prose space-y-2'>
<CloudinaryImg
mdx
publicId='theodorusclarence/projects/notiolink/theme-street_nx7i4f'
alt='theme-street'
width={648}
height={622}
/>
<p class='text-center text-sm font-medium'>Street</p>
<p className='text-center text-sm font-medium'>Street</p>
</div>
<div class='not-prose space-y-2'>
<div className='not-prose space-y-2'>
<CloudinaryImg
mdx
publicId='theodorusclarence/projects/notiolink/theme-milky_z60zsu'
alt='theme-milky'
width={648}
height={622}
/>
<p class='text-center text-sm font-medium'>Milky</p>
<p className='text-center text-sm font-medium'>Milky</p>
</div>
</Split>
<Split>
<div class='not-prose space-y-2'>
<div className='not-prose space-y-2'>
<CloudinaryImg
mdx
publicId='theodorusclarence/projects/notiolink/theme-light_pmkjnq'
alt='theme-light'
width={648}
height={622}
/>
<p class='text-center text-sm font-medium'>Light</p>
<p className='text-center text-sm font-medium'>Light</p>
</div>
<div class='not-prose space-y-2'>
<div className='not-prose space-y-2'>
<CloudinaryImg
mdx
publicId='theodorusclarence/projects/notiolink/theme-monokai_ndz8rx'
alt='theme-monokai'
width={648}
height={622}
/>
<p class='text-center text-sm font-medium'>Monokai</p>
<p className='text-center text-sm font-medium'>Monokai</p>
</div>
</Split>
</SplitImage>
Expand Down
2 changes: 1 addition & 1 deletion src/contents/projects/petrolida-2021.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ each one. Lastly is the pre-event such as the talk show.

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss']} />
</div>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion src/contents/projects/ppdbsumsel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project objective is to give information about PPDB (Penerimaan Peserta Did

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['react', 'tailwindcss']} />
</div>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion src/contents/projects/seasforus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This project aims to create a space so people all over the world can join clean-

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss', 'swr']} />
</div>
</blockquote>
Expand Down
6 changes: 3 additions & 3 deletions src/contents/projects/side-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here is my collection of side projects. These

<blockquote className='with-icons'>
## clarence.link
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs', 'notion']} />
</div>
</blockquote>
Expand All @@ -38,7 +38,7 @@ I got tired of remembering all drive and zoom links. Also wanted a cooler way to

<blockquote className='with-icons'>
## WhatsApp Helper
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs']} />
</div>
</blockquote>
Expand All @@ -65,7 +65,7 @@ My phone is full with contacts that I only need to chat once like customer servi

<blockquote className='with-icons'>
## Enigmatics Finder
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs']} />
</div>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion src/contents/projects/sxceosleague.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and give them information and knowledge about this event.

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['nextjs', 'tailwindcss']} />
</div>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion src/contents/projects/tutee-id.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tutors.

<blockquote className='with-icons'>
## Tech Stack Used
<div class='not-prose mt-2'>
<div className='not-prose mt-2'>
<TechIcons techs={['react', 'redux', 'firebase']} />
</div>
</blockquote>
Expand Down

1 comment on commit ead648d

@vercel
Copy link

@vercel vercel bot commented on ead648d Jul 26, 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.