Skip to content

Commit

Permalink
Adding hiperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstgio authored May 22, 2024
1 parent 2b3160b commit ba8af9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Home() {
<div id="pessoas" className="w-10/12 h-fit mb-20 ml-[8vw]">
<h2 className="font-bold text-3xl mb-4">Pessoas</h2>
<ul className="text-xl font-light space-y-2">
<li>Anita Lucchesi é historiadora e pesquisadora</li>
<li><a href="https://pt.wikipedia.org/wiki/Anita_Lucchesi" target="_blank" className="underline">Anita Lucchesi</a> é historiadora e pesquisadora</li>
<li><a href="https://bruno.land/" target="_blank" className="underline">Bruno Buccalon</a> é pesquisador e designer</li>
<li>Martim Passos é pesquisador e programador</li>
<li>Yuri Tavares é jornalista e programador</li>
Expand Down

0 comments on commit ba8af9d

Please sign in to comment.