mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-08-06 05:42:25 +00:00
Add random thing component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const EASTER_EGGS = ["cookie", "future"];
|
||||
const EASTER_EGGS = ["cookie", "future", "change-something"];
|
||||
|
||||
export function addFoundEasterEgg(name:string):void {
|
||||
if (!EASTER_EGGS.includes(name)) { return; }
|
||||
|
||||
Reference in New Issue
Block a user