Skip to content

Commit

Permalink
docs: 50k stars (immich-app#13964)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler authored and yosit committed Nov 21, 2024
1 parent d589ac0 commit f311a87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function Timeline({ items }: Props): JSX.Element {
<div className="flex flex-col flex-grow justify-between gap-2">
<div className="flex gap-2 items-center">
{cardIcon === 'immich' ? (
<img src="img/immich-logo.svg" height="30" className="rounded-none" />
<img src="/img/immich-logo.svg" height="30" className="rounded-none" />
) : (
<Icon path={cardIcon} size={1} color={item.iconColor} />
)}
Expand Down
7 changes: 7 additions & 0 deletions docs/src/pages/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ const roadmap: Item[] = [
];

const milestones: Item[] = [
{
icon: mdiStar,
iconColor: 'gold',
title: '50,000 Stars',
description: 'Reached 50K Stars on GitHub!',
getDateLabel: withLanguage(new Date(2024, 10, 1)),
},
withRelease({
icon: mdiFaceRecognition,
title: 'Metadata Face Import',
Expand Down

0 comments on commit f311a87

Please sign in to comment.