fix: cv read more link
This commit is contained in:
parent
0a3b6f1d04
commit
261fb34605
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default function Home () {
|
|||
<div className='box'>
|
||||
<Link href='/cv' className='box-title'>{CvTitle}</Link>
|
||||
<p className='box-text'>{CvDescription}</p>
|
||||
<Link href='/writing' className='box-link'>Read more...</Link>
|
||||
<Link href='/cv' className='box-link'>Read more...</Link>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue