diff --git a/apps/app/pages/event/[id].tsx b/apps/app/pages/event/[id].tsx index 07a1f8f7..c5e92723 100644 --- a/apps/app/pages/event/[id].tsx +++ b/apps/app/pages/event/[id].tsx @@ -1,4 +1,5 @@ import Link from "next/link"; +import { Alert } from "antd"; import { useRouter } from "next/router"; import { useEffect, useState } from "react"; import { useAuth } from "@coderdojobraga/ui"; @@ -161,8 +162,7 @@ function EventPage() { .then(() => notifyInfo( "Info", - `A tua inscrição foi recebida com sucesso - ${ - is_available ? "disponível" : "não disponível" + `A tua inscrição foi recebida com sucesso - ${is_available ? "disponível" : "não disponível" }` ) ) @@ -190,8 +190,7 @@ function EventPage() { .then(() => notifyInfo( "Info", - `A tua inscrição foi atualizada com sucesso - ${ - is_available ? "disponível" : "não disponível" + `A tua inscrição foi atualizada com sucesso - ${is_available ? "disponível" : "não disponível" }` ) ) @@ -215,6 +214,13 @@ function EventPage() { }; return ( + Detalhes do evento + Eventos {events?.map((info) => ( diff --git a/apps/app/pages/index.tsx b/apps/app/pages/index.tsx index a250c6e4..f697eb8c 100644 --- a/apps/app/pages/index.tsx +++ b/apps/app/pages/index.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react"; -import { Button, Col, Popconfirm, Row, Typography } from "antd"; +import { Alert, Button, Col, Popconfirm, Row, Typography } from "antd"; import { useAuth } from "@coderdojobraga/ui"; import { withAuth } from "~/components/Auth/withAuth"; import AppLayout from "~/layouts/AppLayout"; @@ -70,6 +70,13 @@ function Dashboard() { return ( <> + Painel Principal Próximo Evento