We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97697c commit b0f4afcCopy full SHA for b0f4afc
src/pages/career.astro
@@ -402,7 +402,7 @@ const siteUrl = new URL(
402
{position.title}
403
</h4>
404
<p class="text-sm text-gray-500 font-['Montserrat_Variable'] mb-3">
405
- {position.period} ({position.duration})
+ {position.period} { position.duration.length > 0 ? `(${position.duration})` : "" }
406
</p>
407
{position.location && (
408
<p class="text-sm text-gray-600 font-['Montserrat_Variable'] mb-3 flex items-center">
0 commit comments