Skip to content

Commit

Permalink
Adjust the component
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-santos committed Dec 4, 2023
1 parent 68bcdd8 commit 74c19e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function Events() {
type="warning"
showIcon
closable
style={{ marginBottom: "1rem" }}
/>
<Title level={2}>Eventos</Title>
<Row className={styles.row} align="top" justify="start" gutter={[16, 16]}>
Expand Down
1 change: 1 addition & 0 deletions apps/app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function Dashboard() {
type="warning"
showIcon
closable
style={{ marginBottom: "1rem" }}
/>
<Title level={2}>Painel Principal</Title>
<Row justify="space-between" gutter={8}>
Expand Down

0 comments on commit 74c19e8

Please sign in to comment.