From b9a22c5c1c0201d59235c0e264858890815ca1bd Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 8 May 2024 18:03:12 +0700 Subject: [PATCH] cheatsheet: periodic table: fix lanthanum/actinium alignment --- .config/ags/modules/cheatsheet/data_periodictable.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/ags/modules/cheatsheet/data_periodictable.js b/.config/ags/modules/cheatsheet/data_periodictable.js index 839a68819..e8763b018 100644 --- a/.config/ags/modules/cheatsheet/data_periodictable.js +++ b/.config/ags/modules/cheatsheet/data_periodictable.js @@ -162,6 +162,7 @@ export const series = [ { name: 'Thulium', symbol: 'Tm', number: 69, weight: 168.93, type: 'lanthanum' }, { name: 'Ytterbium', symbol: 'Yb', number: 70, weight: 173.04, type: 'lanthanum' }, { name: 'Lutetium', symbol: 'Lu', number: 71, weight: 174.97, type: 'lanthanum' }, + { name: '', symbol: '', number: -1, weight: 0, type: 'empty' }, ], [ { name: '', symbol: '', number: -1, weight: 0, type: 'empty' }, @@ -181,6 +182,7 @@ export const series = [ { name: 'Mendelevium', symbol: 'Md', number: 101, weight: 258, type: 'actinium' }, { name: 'Nobelium', symbol: 'No', number: 102, weight: 259, type: 'actinium' }, { name: 'Lawrencium', symbol: 'Lr', number: 103, weight: 262, type: 'actinium' }, + { name: '', symbol: '', number: -1, weight: 0, type: 'empty' }, ], ];