Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
9 lines
446 B
Text
9 lines
446 B
Text
<header class="flex justify-between items-center py-5">
|
|
<div>
|
|
<a class="text-l font-semibold" href="/blog">
|
|
<svg id="gobackSvg" class="w-6 h-6" aria-label="Go Back Icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
<path id="gobackPath" stroke="#cdd6f4" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 19-7-7 7-7"/>
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</header>
|