Skip to content
Snippets Groups Projects
Commit 07b08ec5 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue/251-plausible' into 'develop'

Issue #251: ADD plausible

See merge request !254
parents 4bd56663 da9ed01e
Branches
No related tags found
1 merge request!254Issue #251: ADD plausible
Pipeline #41438 passed
......@@ -320,6 +320,12 @@ export default function AboutComponent() {
link="/equipe"
/>
</div>
<DevelopmentInfo
title="Estatísticas"
description="Veja as estatísticas de uso da plataforma."
access="Clique aqui para ver as estatísticas."
link="/estatisticas"
/>
</>
)
}
......@@ -351,7 +357,7 @@ export default function AboutComponent() {
<div className="flex flex-col text-center items-center mt-12 rounded-lg bg-white">
<Differences />
</div>
<div className="flex flex-col text-center items-center mt-12 rounded-lg bg-white">
<div className="flex flex-col text-center items-center mt-12 pb-[40px] rounded-lg bg-white">
<Development />
</div>
<div className="flex justify-center flex-col items-center mt-8 max-md:mt-0 max-md:mb-8">
......
......@@ -60,7 +60,7 @@ export default function Overlay({
return (
<Suspense fallback={<Loading />}>
<ThemeProvider theme={theme}>
<main className="bg-main bg-fundo bg-repeat bg-fixed text-base">
<main className="bg-main bg-fundo bg-repeat bg-fixed text-base min-h-dvh">
<div className="hidden md:block">
<AcessibilityBar />
</div>
......
"use client"
import Overlay from "../components/Overlay"
export default function About() {
return (
<Overlay type="twoColumns">
<div className="m-3 sm:ml-24 ">
<iframe
className=" w-[90%] h-[72dvh]"
id="statistics"
title="Estatísticas"
src="https://metabase.c3sl.ufpr.br/public/dashboard/b50e207e-45fe-4419-a86c-04d944544828"
>
</iframe>
</div>
</Overlay>
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment