Updates ${this.dayOfYear} to ${this.dayOfYear.toString().padStart(3, '0')} to ensure that the date is always 3 digits with leading zero's if necessary.
@markacianfrani can you merge this? It needs the status checks to pass first but I'm pretty sure they never will since this isn't linked to SB anymore.
Updates
${this.dayOfYear}
to${this.dayOfYear.toString().padStart(3, '0')}
to ensure that the date is always 3 digits with leading zero's if necessary.Issue: https://github.com/RocketCommunicationsInc/astro-components/issues/186