mirror of
https://github.com/immich-app/immich.git
synced 2025-06-24 17:03:11 +02:00
fix: cursed knowledge date index (#18801)
This commit is contained in:
parent
3a5fed99e1
commit
d00c872dc1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const items: Item[] = [
|
|||
url: 'https://github.com/immich-app/immich/pull/17974',
|
||||
text: '#17974',
|
||||
},
|
||||
date: new Date(2025, 5, 5),
|
||||
date: new Date(2025, 4, 5),
|
||||
},
|
||||
{
|
||||
icon: mdiMicrosoftWindows,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue