Skip to content

Commit f341e30

Browse files
authored
Update entrypoint.icon in apps.md (#4590)
2 parents 4822f7f + 06c30f9 commit f341e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Entrypoints indicates front end routes to other apps. It contains a `name`, a `t
176176
"fr": "Nouveau fichier"
177177
},
178178
"hash": "/file/new",
179-
"icon": "/assets/icons/new-file.svg"
179+
"icon": "PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMz" // svg in base64, for example to use like this src={`data:image/svg+xml;base64,${entrypoint.icon}`}
180180
}
181181
]
182182
```

0 commit comments

Comments
 (0)