Making modal a bit more responsive

This commit is contained in:
Frank Delaguila
2022-11-06 23:28:51 -07:00
parent 096bf5bc04
commit 47f4f934cd
2 changed files with 30 additions and 14 deletions

View File

@@ -130,6 +130,12 @@ export default function Home(props) {
</a>
</footer>
<div title="Back to top" aria-label="Scrool back to the top of the page" className="rounded-full">
<span className="material-symbols-outlined">
arrow_upward
</span>
</div>
<Modal ref={modalRef} modalOpen={modalOpen} toggleModal={setModalOpen} card={selectedCard} />
</div>