diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index d7f2567..9ab5508 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -35,14 +35,23 @@ export default component$(() => {

loading your files...

- please wait + please wait...
) : ( files.value.length === 0 ? (
-

{"┻━┻︵ \\(°□°)/ ︵ ┻━┻"}

+

{ + [ + "┻━┻︵ \\(°□°)/ ︵ ┻━┻", + "┻━┻︵ヽ(`Д´)ノ︵ ┻━┻", + "ʕノ•ᴥ•ʔノ ︵ ┻━┻", + "(╯°Д°)╯︵ /(.□ . \\)", + "┬─┬ ︵ /(.□. \\)", + "(/ .□.)\\ ︵╰(゜Д゜)╯︵ /(.□. \\)" + ].sort(() => Math.random() - 0.5)[0] + }

you haven't uploaded any files yet!

- click the button to get started + click the button to get started
) : (