download cert to uyser

This commit is contained in:
2025-12-01 14:49:54 -03:00
parent 8d312893fa
commit f3e3d9f8c2
9 changed files with 218 additions and 112 deletions

View File

@@ -56,10 +56,10 @@ const navMain = [
title: 'Meus cursos',
url: '/'
},
{
title: 'Certificados',
url: '/certs'
},
// {
// title: 'Certificados',
// url: '/certs'
// },
{
title: 'Histórico de compras',
url: '/history'
@@ -78,7 +78,7 @@ export default function Component({
}, [flash])
return (
<div className="relative flex flex-col flex-1 min-w-0 h-full">
<div className="relative flex flex-col flex-1 min-w-0 h-screen overflow-y-auto">
<header
className="bg-background/15 backdrop-blur-sm
px-4 py-2 lg:py-4 sticky top-0 z-5"