forked from RiseUP/riseup-squad21
merge
This commit is contained in:
parent
140c424985
commit
0f263e12dc
@ -117,7 +117,7 @@ export default function HomePage() {
|
|||||||
<span>Gestão de usuários</span>
|
<span>Gestão de usuários</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Link href="/manager/login" className="block mt-auto">
|
<Link href="#" className="block mt-auto">
|
||||||
<Button className="w-full bg-blue-600 hover:bg-blue-700">Entrar como Gestor</Button>
|
<Button className="w-full bg-blue-600 hover:bg-blue-700">Entrar como Gestor</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
@ -144,7 +144,7 @@ export default function HomePage() {
|
|||||||
<span>Controle de pagamentos</span>
|
<span>Controle de pagamentos</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Link href="/finance/login" className="block mt-auto">
|
<Link href="#" className="block mt-auto">
|
||||||
<Button className="w-full bg-orange-600 hover:bg-orange-700">Entrar como Financeiro</Button>
|
<Button className="w-full bg-orange-600 hover:bg-orange-700">Entrar como Financeiro</Button>
|
||||||
</Link>
|
</Link>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user