Skip to content

Commit

Permalink
🚸 sist oppdatert dato uten leading zero
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Aug 22, 2024
1 parent c886f62 commit 6a388b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Banner = () => {
|
</p>
<p className="text-gray-600 text-sm">
{formatMessage('banner.updated')} {format(dato, 'dd. MMMM yyyy', { locale: nb })}
{formatMessage('banner.updated')} {format(dato, 'd. MMMM yyyy', { locale: nb })}
</p>
</div>
</div>
Expand Down

0 comments on commit 6a388b8

Please sign in to comment.