mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 18:17:29 -05:00
periodic table: less precision
This commit is contained in:
@@ -6,6 +6,7 @@ export default () => {
|
||||
const ElementTile = (element) => {
|
||||
return Box({
|
||||
vertical: true,
|
||||
tooltipText: element.electronConfig ? `${element.electronConfig}` : null,
|
||||
className: `cheatsheet-periodictable-${element.type}`,
|
||||
children: element.name == '' ? null : [
|
||||
Box({
|
||||
|
||||
Reference in New Issue
Block a user