Skip to content

Commit

Permalink
Add del
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed Aug 26, 2024
1 parent 9080f22 commit c84b29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/blog/(posts)/blog-redesign/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ What I decided to focus on instead was creating a clean design with a big focus
</div>
</div>

I'm always on the lookout for inspiration. Seeing how others have tackled similar problems reassures me that I'm not alone in my quest for *my solution*. Some great places I ~~stole ideas from~~ looked for inspiration were [Codrops](https://tympanus.net/codrops/) and [Awwwards](https://www.awwwards.com/).
I'm always on the lookout for inspiration. Seeing how others have tackled similar problems reassures me that I'm not alone in my quest for *my solution*. Some great places I <del>stole ideas from</del> looked for inspiration were [Codrops](https://tympanus.net/codrops/) and [Awwwards](https://www.awwwards.com/).

## MDX

Expand Down Expand Up @@ -460,7 +460,7 @@ Another reason I chose ShadcnUI is its integration with Vercel's new AI tool to

## What's Next?

I ~~need~~ want to get back to blog writing, covering everything from technical topics to more personal stories. I want to share my projects, my experiences as a Digital Nomad, and even the recipe I use to make my deodorant. My goal is to create a site that I cherish visiting and enjoy reading. And if you do too, well, that would be amazing!
I <del>need</del> want to get back to blog writing, covering everything from technical topics to more personal stories. I want to share my projects, my experiences as a Digital Nomad, and even the recipe I use to make my deodorant. My goal is to create a site that I cherish visiting and enjoy reading. And if you do too, well, that would be amazing!

export default function Page({ children }) {
return <PostLayout slug="blog-redesign">{children}</PostLayout>
Expand Down

0 comments on commit c84b29f

Please sign in to comment.