fix(blog/docs): Fix Milestone linking for "multi select" and "View Exif" fix(docs): Update "zoodyy" to "yfrey" (#7926)

Fix Milestone linking for "multi select" and "View Exif" on Blog; update "zoodyy" to "yfrey" in Docs
This commit is contained in:
DeclanE 2024-03-13 14:41:15 +00:00 committed by GitHub
parent 08d64f1c25
commit 2b1def4e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -558,7 +558,7 @@ const items: Item[] = [
title: 'Dark Mode (Web)',
description: 'Dark mode on the web.',
release: 'v1.32.0',
tag: ' v1.32.0_50-dev',
tag: 'v1.32.0_50-dev',
date: new Date(2022, 9, 14),
dateType: DateType.RELEASE,
},
@ -621,7 +621,7 @@ const items: Item[] = [
title: 'View Exif',
description: 'View metadata about assets.',
release: 'v1.3.0',
tag: 'V1.3.0-dev ',
tag: 'v1.3.0-dev ',
date: new Date(2022, 2, 22),
dateType: DateType.RELEASE,
},
@ -630,7 +630,7 @@ const items: Item[] = [
title: 'Multi Select',
description: 'Select and execute actions on multiple assets at the same time.',
release: 'v1.2.0',
tag: 'V0.2-dev ',
tag: 'v0.2-dev ',
date: new Date(2022, 1, 8),
dateType: DateType.RELEASE,
},