download cert to uyser
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user