Skip to content

Commit b3c1cdd

Browse files
committed
fix: correct domain format in header component
1 parent 4f5f221 commit b3c1cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ onUnmounted(() => {
6767

6868
<template>
6969
<div class="font-sans font-black text-5xl">
70-
lareii<span :class="['text-2xl', status]">github.io</span>
70+
lareii<span :class="['text-2xl', status]">.github.io</span>
7171
</div>
7272
<div>
7373
emirhan (aka larei), self-taught developer,

0 commit comments

Comments
 (0)