Przeglądaj źródła

Migrate away from p tag

master
Dejvino 1 rok temu
rodzic
commit
fd9150a2ff
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/app/components/Footer.tsx

+ 2
- 2
src/app/components/Footer.tsx Wyświetl plik

@@ -6,8 +6,8 @@ export default function Footer() {
const personalData = usePersonContext()
return (
<Container fluid className="footer text-center">
<p><small>Created by {personalData.name}, last updated on {personalData.updatedDate}</small></p>
<p><small className='tiny'>CV engineered by <a href={'https://www.dejvino.cz/'} target={'_blank'}>Dejvino</a></small></p>
<div><small>Created by {personalData.name}, last updated on {personalData.updatedDate}</small></div>
<div><small className='tiny'>CV engineered by <a href={'https://www.dejvino.cz/'} target={'_blank'}>Dejvino</a></small></div>
</Container>
)
}

Ładowanie…
Anuluj
Zapisz