colorize legacy tag

This commit is contained in:
AAGaming
2022-07-03 18:48:58 -04:00
parent 6c42661f86
commit add3f77c1a
+1 -1
View File
@@ -125,7 +125,7 @@ const PluginCard: FC<PluginCardProps> = ({ plugin }) => {
padding: '5px',
marginRight: '10px',
borderRadius: '5px',
background: tag == 'root' ? '#842029' : '#ACB2C947',
background: tag == 'root' ? '#842029' : tag == 'legacy' ? '#EDE841' : '#ACB2C947',
}}
>
{tag == 'root' ? 'Requires root' : tag}