mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
docs: New Futo milestones (#9211)
* new Futo milestones * npm fix * change to DateType.DATE * Update docs/src/pages/milestones.tsx * Update docs/src/pages/milestones.tsx * fix: remove release from futo milestone --------- Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
parent
a2c040a47f
commit
4b86c7a298
1 changed files with 8 additions and 0 deletions
|
@ -55,12 +55,20 @@ import {
|
|||
mdiChartBoxMultipleOutline,
|
||||
mdiAccountGroupOutline,
|
||||
mdiFlowerPoppy,
|
||||
mdiHandshakeOutline,
|
||||
} from '@mdi/js';
|
||||
import Layout from '@theme/Layout';
|
||||
import React from 'react';
|
||||
import Timeline, { DateType, Item } from '../components/timeline';
|
||||
|
||||
const items: Item[] = [
|
||||
{
|
||||
icon: mdiHandshakeOutline,
|
||||
description: 'Joined Futo and Immich core team goes full-time',
|
||||
title: 'Immich joins FUTO!',
|
||||
date: new Date(2024, 4, 1),
|
||||
dateType: DateType.DATE,
|
||||
},
|
||||
{
|
||||
icon: mdiStar,
|
||||
description: 'Reached 30K Stars on GitHub!',
|
||||
|
|
Loading…
Add table
Reference in a new issue