Skip to content

Commit

Permalink
feat: add button top scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 20, 2022
1 parent 655e317 commit 3a7f647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Barbeiro } from 'pages/Barbeiro';
import { Cliente } from 'pages/Cliente';
import { ReportBug } from 'pages/ReportBug';

import { ButtonTopPage } from 'components/ButtonTop';
import { FloatingButton } from 'components/FloatingButton';
import { Header } from 'components/Header';
import { VerificacaoOcupacao } from 'components/Verificacao';
Expand All @@ -26,6 +27,7 @@ export function Home() {
<div className={styles.home} data-theme={theme}>
<style>{css}</style>
<FloatingButton onClick={openModal} />
<ButtonTopPage />
<Header logo />

<Modal isOpen={modalIsOpen} onRequestClose={closeModal} style={customStyles}>
Expand Down

0 comments on commit 3a7f647

Please sign in to comment.