mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
style(ui): polish dashboard chrome and landing copy
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
|||||||
RiDatabase2Line,
|
RiDatabase2Line,
|
||||||
RiDeviceLine,
|
RiDeviceLine,
|
||||||
RiDownloadCloudLine,
|
RiDownloadCloudLine,
|
||||||
|
RiErrorWarningLine,
|
||||||
RiEyeOffLine,
|
RiEyeOffLine,
|
||||||
RiFileTextLine,
|
RiFileTextLine,
|
||||||
RiFlashlightLine,
|
RiFlashlightLine,
|
||||||
@@ -260,6 +261,20 @@ export const whoIsItForItems: FeatureItem[] = [
|
|||||||
"Você vai precisar configurar as coisas, conectar suas contas e ajustar o sistema para o seu jeito de usar.",
|
"Você vai precisar configurar as coisas, conectar suas contas e ajustar o sistema para o seu jeito de usar.",
|
||||||
colorVar: "var(--data-4)",
|
colorVar: "var(--data-4)",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: RiShieldCheckLine,
|
||||||
|
title: "Não é para qualquer um",
|
||||||
|
description:
|
||||||
|
"Não é uma empresa, não é um SaaS, não é uma plataforma. É um projeto pessoal.",
|
||||||
|
colorVar: "var(--data-1)",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: RiErrorWarningLine,
|
||||||
|
title: "Não sou responsável por nada",
|
||||||
|
description:
|
||||||
|
"Não sou responsável por nada que aconteça com você ou com seus dados.",
|
||||||
|
colorVar: "var(--data-9)",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export function getMetricsItems(stars: number, forks: number) {
|
export function getMetricsItems(stars: number, forks: number) {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function MonthNavigation() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card className="sticky top-16 z-10 flex w-full flex-row p-4">
|
<Card className="sticky top-16 z-10 flex w-full flex-row p-4 backdrop-blur-xs supports-backdrop-filter:bg-card/80">
|
||||||
<div className="flex items-center gap-1">
|
<div className="flex items-center gap-1">
|
||||||
<NavigationButton
|
<NavigationButton
|
||||||
direction="left"
|
direction="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user