fix: copy
Signed-off-by: Filipe Medeiros <hello@filipesm.eu>
This commit is contained in:
parent
40f7fbf1a1
commit
4b3809717e
|
@ -271,7 +271,8 @@ export default async function Home() {
|
|||
</p>
|
||||
<p className="mt-2 text-base text-zinc-600 dark:text-zinc-400">
|
||||
Estou a tentar trazer à superfície o potencial da humanidade. Sou a
|
||||
favor de standards, software de código aberto, licenças{' '}
|
||||
favor de standards, software de código aberto (como é este site!),
|
||||
licenças{' '}
|
||||
<HybridLink
|
||||
href="https://pt.wikipedia.org/wiki/Copyleft"
|
||||
className="underline transition-colors hover:text-teal-500"
|
||||
|
|
|
@ -29,8 +29,8 @@ export default function Footer() {
|
|||
<NavLink href="/projetos">Projetos</NavLink>
|
||||
</div>
|
||||
<p className="text-sm text-zinc-400 dark:text-zinc-500">
|
||||
© {new Date().getFullYear()} Filipe Medeiros. Shamelessly
|
||||
built with{' '}
|
||||
© {new Date().getFullYear()} Filipe Medeiros. Feito, sem
|
||||
vergonha, com{' '}
|
||||
<HybridLink href="https://tailwindui.com" className="underline">
|
||||
TailwindUI
|
||||
</HybridLink>
|
||||
|
|
Loading…
Reference in a new issue