Skip to content

Commit b0f4afc

Browse files
committed
minor fix on timeline
Signed-off-by: rishichawda <[email protected]>
1 parent d97697c commit b0f4afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/career.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const siteUrl = new URL(
402402
{position.title}
403403
</h4>
404404
<p class="text-sm text-gray-500 font-['Montserrat_Variable'] mb-3">
405-
{position.period} ({position.duration})
405+
{position.period} { position.duration.length > 0 ? `(${position.duration})` : "" }
406406
</p>
407407
{position.location && (
408408
<p class="text-sm text-gray-600 font-['Montserrat_Variable'] mb-3 flex items-center">

0 commit comments

Comments
 (0)