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 (