Skip to content

Commit

Permalink
fix: Removed zoom-in navigation of whole content on load
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jan 5, 2024
1 parent 7a97649 commit d0f6a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Awards/Awards.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Awards() {

return (
<Layout>
<section className="awards content" data-aos="zoom-in-up">
<section className="awards content" >
<h2 className="awards_h2">HALL OF FAME</h2>
<DropdownSelector
itemList={awardsDropdownList}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Contacts/Contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Contacts() {

return (
<Layout>
<section className={Styles.maincontainer} data-aos="zoom-in-up">
<section className={Styles.maincontainer} >
<h3>Contacts</h3>
<DropdownSelector
itemList={contactsDropdownList}
Expand Down

0 comments on commit d0f6a03

Please sign in to comment.