From 4d6ac7643a66ac0675a8cf5a8320b4625e387b58 Mon Sep 17 00:00:00 2001 From: Devlin Date: Tue, 6 Aug 2024 20:29:35 -0700 Subject: [PATCH] adjust 404 screen faces --- src/components/DefaultNotFound.tsx | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/components/DefaultNotFound.tsx b/src/components/DefaultNotFound.tsx index 95041a7..d2178b1 100644 --- a/src/components/DefaultNotFound.tsx +++ b/src/components/DefaultNotFound.tsx @@ -11,12 +11,34 @@ export default function DefaultNotFound() { '(っ◕‿◕)っ', '(ノ◕ヮ◕)ノ*・゚✧', 'ლ(`Д’ლ)', - 'ᕕ(⌐■_■)ᕗ ♪♬', + 'ᕕ(⌐■_■)ᕗ', '( ͡° ͜ʖ ͡°)', 'ಠ_ಠ', 'ᕕ( ᐛ )ᕗ', - '(Ͼ˳Ͽ)', '( ̄(エ) ̄)', + '(-(-_(-_-)_-)-)', + '龴ↀ◡ↀ龴', + '(◣_◢)', + '(^_^)', + '(^‿^)', + '•͡˘㇁•͡˘', + '⎦˚◡˚⎣', + '\\˚ㄥ˚\\', + 'ˁ˚ᴥ˚ˀ', + '(✖╭╮✖)', + '(♥‿♥)', + '(♥_♥)', + '~(‾▿‾)~', + '(◔/‿\\◔)', + '\\(^-^)/', + '(‾⌣‾)', + '༼ つ ◕_◕ ༽つ', + 'ʕʘ̅͜ʘ̅ʔ', + '◕_◕', + '^ↀᴥↀ^', + 'ᕙ༼ ◕ܫ◕ ༽ᕗ', + '(◢_◣)', + '♪└( ̄◇ ̄)┐♪', ] as const function getRandomElement(array: readonly string[]) {