We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263cd6b commit 488ad84Copy full SHA for 488ad84
1 file changed
src/components/sections/portfolio/Portfolio.astro
@@ -6,7 +6,7 @@ import { projects } from '../../../config/cv.json';
6
<section class="bg-background">
7
<div class="container px-6 py-8 mx-auto">
8
<h1 class="text-3xl font-semibold text-center capitalize lg:text-4xl">
9
- My Portfolio
+ <a name="projects">Portfolio</a>
10
</h1>
11
12
<!--<p class="mt-4 text-center text-offset">
0 commit comments