admin/home: better icon for random-plugin

Massimo Melina committed Feb 25, 2026 at 15:19 UTC 900dc08bd0cd379c47fb397ae48e6023cee15894
1 file changed +1 -1
admin/src/RandomPlugin.ts
+1 -1
@@ -33,7 +33,7 @@ export function RandomPlugin() {
33 if (hideRandomPlugin || !one) return
34 return h(Card, { sx: { display: { xs: 'none', md: 'block' }, float: 'right', width: 'min(50%, 30em)', ml: '1em' } },
35 h(CardContent, {},
36 - h(Box, { fontWeight: 'bold', fontSize: '1.4em' }, h(Box, { color: 'warning.main', mr: 1, display: 'inline' }, '★'), "Random plugin:"),
36 + h(Box, { fontWeight: 'bold', fontSize: '1.4em' }, h(Box, { color: 'warning.main', mr: 1, display: 'inline' }, '🎲'), "Random plugin:"),
37 h(Box, { fontWeight: 'bold', fontSize: '1.8em', my: 1 }, renderName({ row: one })),
38 h(Box, {}, one.description),
39 one.preview && h('img', {