feat: better empty state illustratils in profile and error pages
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<div class="page page-error">
|
||||
<img
|
||||
:src="`/images/states/${$colorMode.value}/youre_lost.svg`"
|
||||
loading="lazy"
|
||||
class="flex-col my-4 object-contain object-center h-46 w-46 inline-flex"
|
||||
:alt="message"
|
||||
/>
|
||||
<h1 class="mb-4 text-4xl heading">{{ statusCode }}</h1>
|
||||
<h3 class="select-text">{{ message }}</h3>
|
||||
<p class="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user