This commit is contained in:
2025-04-17 17:01:41 -03:00
parent 49ba8865ca
commit 631ef1501c
4 changed files with 48 additions and 94 deletions

View File

@@ -31,17 +31,14 @@ import '@fontsource/roboto'
<a href="/"><Logo className="h-8" /></a>
<div class="ml-auto">
<a
href="//app.betaeducacao.com.br"
class="flex gap-1 items-center hover:outline rounded-xs"
>
<a href="//app.betaeducacao.com.br" class="flex gap-1 items-center hover:outline rounded-xs">
<ArrowLeftStartOnRectangleIcon className="w-5 rotate-180" />
<>Entrar</>
</a>
</div>
</Container>
<section class="bg-lime-400 sticky top-0 z-10 py-3">
<section class="bg-lime-400 sticky top-0 z-10 py-3 drop-shadow shadow-sm">
<Container className="flex items-center">
<Menu recentCourses={courses} client:load />