Skip to content

Commit

Permalink
fix: Change shortcut metadata format
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Sep 25, 2024
1 parent 46cd2eb commit 07109a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShortcutLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Link
Expand Down

0 comments on commit 07109a6

Please sign in to comment.