Add about me section

This commit is contained in:
2023-03-08 19:37:26 +01:00
parent 8982cd4a72
commit e5b14994f3
14 changed files with 304 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const EASTER_EGGS = ["cookie", "future", "change-something"];
const EASTER_EGGS = ["cookie", "future", "change-something", "picture-bright", "picture-nolights"];
export function addFoundEasterEgg(name:string):void {
if (!EASTER_EGGS.includes(name)) { return; }