Migrate away from p tag
This commit is contained in:
parent
6cb23717e6
commit
fd9150a2ff
@ -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>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user