Skip to content

Commit

Permalink
update reading list
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessacor committed Jul 7, 2024
1 parent ea9e924 commit afb18dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/blog/BlogSideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const tagsElement = tags.map((tag) => ({ label: tag, url: `/tags/${tag}` }));
<li>
<a
data-external="external"
href="https://www.joshwcomeau.com/react/use-deferred-value/"
href="https://www.ben-morris.com/enterprise-architecture-anti-patterns/"
>
Snappy UI Optimization with useDeferredValue
Enterprise Architecture anti-patterns
</a>
</li>
</ul>
Expand All @@ -33,9 +33,9 @@ const tagsElement = tags.map((tag) => ({ label: tag, url: `/tags/${tag}` }));
<span>
<a
data-external="external"
href="https://search.worldcat.org/title/1020032679"
href="https://search.worldcat.org/title/1411208710"
>
Crime and Punishment
E a noite roda
</a>
</span>
</li>
Expand Down

0 comments on commit afb18dd

Please sign in to comment.