mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Remove some files & trying to make the desktop look more fun & I'm going
to sleep now.
This commit is contained in:
parent
c8429ee1a3
commit
109a39f6e9
12 changed files with 458 additions and 119 deletions
|
@ -40,11 +40,6 @@ const cards = [
|
|||
title: t("home.cards.title.interface"),
|
||||
description: t("home.cards.description.interface"),
|
||||
},
|
||||
{
|
||||
icon: DocumentDuplicateIcon,
|
||||
title: t("home.cards.title.documentation"),
|
||||
description: t("home.cards.description.documentation"),
|
||||
},
|
||||
{
|
||||
icon: GithubIcon,
|
||||
title: t("home.cards.title.opensource"),
|
||||
|
@ -130,11 +125,11 @@ useSeoMeta({
|
|||
<span>{{ t("home.startusing") }}</span>
|
||||
</button>
|
||||
</NuxtLink>
|
||||
<NuxtLink :to="localePath('/docs/')">
|
||||
<NuxtLink :to="localePath('/tools/')">
|
||||
<button
|
||||
class="m-4 ml-1 mr-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gray-700 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
|
||||
>
|
||||
<span>{{ t("home.documentation") }}</span>
|
||||
<span>{{ t("home.tools") }}</span>
|
||||
</button>
|
||||
</NuxtLink>
|
||||
<NuxtLink to="#learnmore">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue