Skip to content

Commit 27c86ba

Browse files
committed
endash
1 parent fb667f3 commit 27c86ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/resume.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const experience: experienceType[] = [
176176
{contract && <span class="opacity-60">• Contract</span>}
177177
</div>
178178
<div>{title}</div>
179-
<div class="text-sm font-light opacity-60">{`${start} - ${end} • ${location}`}</div>
179+
<div class="text-sm font-light opacity-60">{`${start} ${end} • ${location}`}</div>
180180
</div>
181181
))
182182
}

0 commit comments

Comments
 (0)