mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
Implement more reka ui and attempt to fix review issues.
This commit is contained in:
@@ -8,7 +8,7 @@ const homeUrl = import.meta.env.BASE_URL;
|
||||
<h2 v-t="'info.page_not_found'" class="text-2xl!" />
|
||||
<a
|
||||
v-t="'actions.back_to_home'"
|
||||
class="mt-16 inline-block w-auto cursor-pointer rounded-sm bg-gray-300 py-2 text-gray-600 hover:bg-gray-500 hover:text-white focus:shadow-red-400 focus:outline-2 focus:outline-red-500 max-md:px-2 md:px-4 dark:bg-dark-400 dark:text-gray-400 dark:hover:bg-dark-300"
|
||||
class="mt-16 inline-block w-auto rounded-sm bg-gray-300 py-2 text-gray-600 hover:bg-gray-500 hover:text-white focus:shadow-red-400 focus:outline-2 focus:outline-red-500 max-md:px-2 md:px-4 dark:bg-dark-400 dark:text-gray-400 dark:hover:bg-dark-300"
|
||||
:href="homeUrl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user