diff --git a/assets/images/profile/me.jpg b/assets/images/profile/me.jpg new file mode 100644 index 0000000..3102fe3 Binary files /dev/null and b/assets/images/profile/me.jpg differ diff --git a/components/ProfilePicture.vue b/components/ProfilePicture.vue index 891e59a..fa3ed05 100644 --- a/components/ProfilePicture.vue +++ b/components/ProfilePicture.vue @@ -1,29 +1,30 @@ - --> \ No newline at end of file diff --git a/utils/easteregg_handler.ts b/utils/easteregg_handler.ts index 86c71a9..5989b57 100644 --- a/utils/easteregg_handler.ts +++ b/utils/easteregg_handler.ts @@ -1,4 +1,4 @@ -const EASTER_EGGS = ["cookie", "future", "change-something", "picture-bright", "picture-nolights"]; +const EASTER_EGGS = ["cookie", "future", "change-something"]; export function addFoundEasterEgg(name:string):void { if (!EASTER_EGGS.includes(name)) { return; }