mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Update docker compose & move the desktop to the root, as it is better if
I ever wanted to make the UI more basic and blander (for normal ppl)
This commit is contained in:
parent
fc7b835d68
commit
a5a3519111
5 changed files with 23 additions and 15 deletions
|
@ -48,8 +48,8 @@ const cards = [
|
|||
{
|
||||
icon: GithubIcon,
|
||||
title: t("home.cards.title.opensource"),
|
||||
description: t("home.cards.description.opensource")
|
||||
}
|
||||
description: t("home.cards.description.opensource"),
|
||||
},
|
||||
];
|
||||
|
||||
const accordionItems = [
|
||||
|
@ -119,7 +119,7 @@ onMounted(() => {
|
|||
></span
|
||||
></span>
|
||||
<div class="flex flex-row justify-center align-center gap-0s">
|
||||
<NuxtLink :to="localePath('/app/desktop')">
|
||||
<NuxtLink :to="localePath('/desktop')">
|
||||
<button
|
||||
class="m-4 mr-1 ml-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gradient-to-l from-sky-500 to-purple-600 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue