🧑💻 Removed hardcoded heading in CV in favour for json-data
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
2491295573
commit
0b177a3cb5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import resume from "../data/resume.json";
|
|||
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col gap-2 mt-4 cv">
|
||||
<h1 class="text-3xl font-extrabold">Sindre Kjelsrud</h1>
|
||||
<h1 class="text-3xl font-extrabold">{resume.basics.name}</h1>
|
||||
|
||||
<!-- PROFILE -->
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue