We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb667f3 commit 27c86baCopy full SHA for 27c86ba
1 file changed
src/pages/resume.astro
@@ -176,7 +176,7 @@ const experience: experienceType[] = [
176
{contract && <span class="opacity-60">• Contract</span>}
177
</div>
178
<div>{title}</div>
179
- <div class="text-sm font-light opacity-60">{`${start} - ${end} • ${location}`}</div>
+ <div class="text-sm font-light opacity-60">{`${start} – ${end} • ${location}`}</div>
180
181
))
182
}
0 commit comments