소스 검색

Migrate away from p tag

master
Dejvino 1 년 전
부모
커밋
fd9150a2ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/app/components/Footer.tsx

+ 2
- 2
src/app/components/Footer.tsx 파일 보기

@@ -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>
)
}

불러오는 중...
취소
저장