From b3a68683e82dc7bccecf7265b3d11cdf74c2634d Mon Sep 17 00:00:00 2001 From: cballevre Date: Mon, 23 Sep 2024 09:11:19 +0200 Subject: [PATCH] fix: Change shortcut metadata format --- src/components/ShortcutLink.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ShortcutLink.jsx b/src/components/ShortcutLink.jsx index a75cade9be..544c18feb6 100644 --- a/src/components/ShortcutLink.jsx +++ b/src/components/ShortcutLink.jsx @@ -33,7 +33,7 @@ export const ShortcutLink = ({ */ const icon = get(file, 'attributes.metadata.icon') const iconMimeType = get(file, 'attributes.metadata.iconMimeType') - const description = get(file, 'attributes.metadata.description') + const description = get(file, 'attributes.metadata.target.description') return (