Skip to content

Commit 488ad84

Browse files
committed
Fixed anchor to portfolio
1 parent 263cd6b commit 488ad84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/sections/portfolio/Portfolio.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { projects } from '../../../config/cv.json';
66
<section class="bg-background">
77
<div class="container px-6 py-8 mx-auto">
88
<h1 class="text-3xl font-semibold text-center capitalize lg:text-4xl">
9-
My Portfolio
9+
<a name="projects">Portfolio</a>
1010
</h1>
1111

1212
<!--<p class="mt-4 text-center text-offset">

0 commit comments

Comments
 (0)