Skip to content

Commit

Permalink
includes link to post #3 in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
apdsrocha committed Mar 1, 2021
1 parent 8d35082 commit 7fdc971
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ export default function Home() {
Lazy-loading nativo de imagens (sem Javascript)
</a>
</Link>
<Link href="/posts/compreendendo-o-conceito-de-memoization-em-3-minutos">
<a
className={styles.card}
title="Compreendendo o conceito de Memoization (ou memoização) em 3 minutos"
>
Compreendendo o conceito de Memoization (ou memoização) em 3
minutos
</a>
</Link>
</div>
</main>
<footer className={styles.footer}>Tecla SAP - 2021</footer>
Expand Down

0 comments on commit 7fdc971

Please sign in to comment.