Skip to content
Snippets Groups Projects
Commit db5cf1a8 authored by Guilherme Eduardo's avatar Guilherme Eduardo
Browse files

Issue #287: UPDATE mecred statistics on about pagew

parent 7253a353
No related branches found
No related tags found
No related merge requests found
Pipeline #41882 failed
...@@ -52,23 +52,23 @@ export default function AboutComponent() { ...@@ -52,23 +52,23 @@ export default function AboutComponent() {
const Statistics = () => { const Statistics = () => {
return ( return (
<div className="flex max-sm:flex-col mb-10"> <div className="flex max-sm:flex-col mb-10 gap-x-[60px]">
<StatisticInfo <StatisticInfo
name={<p>Recursos <br /> Disponíveis</p>} name={<p>Recursos Disponíveis</p>}
data={statistics["count"]} data={statistics["count"]}
color={{ text: "text-orange-HC-white", bg: "bg-orange-HC-white" }} color={{ text: "text-darkGray-HC-white", bg: "bg-orange-HC-white" }}
icon="/redigitais.svg" icon="/redigitais.svg"
/> />
<StatisticInfo <StatisticInfo
name={<p>Recursos <br /> Acessados <br /> por mês</p>} name={<p>Recursos Acessados <br /> por mês</p>}
data={statistics["month_downloads"]} data={statistics["month_downloads"]}
color={{ text: "text-violet-HC-white", bg: "bg-violet-HC-white" }} color={{ text: "text-darkGray-HC-white", bg: "bg-violet-HC-white" }}
icon="/download.svg" icon="/download.svg"
/> />
<StatisticInfo <StatisticInfo
name={<p>Usuários <br /> Cadastrados </p>} name={<p>Usuários Cadastrados </p>}
data={statistics["unique_users"]} data={statistics["unique_users"]}
color={{ text: "text-pink-HC-white", bg: "bg-pink-HC-white" }} color={{ text: "text-darkGray-HC-white", bg: "bg-pink-HC-white" }}
icon="/seguir.svg" icon="/seguir.svg"
/> />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment