Skip to content

Commit

Permalink
feat: flip animation for logo menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Adkimsm committed Jul 7, 2023
1 parent e96e0b5 commit 7a610cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const App: React.FC = () => {
<span className={styles.time}>{time}</span>
</header>

<Menu id={MENU_ID} className={menuStyle.contexify}>
<Menu id={MENU_ID} className={menuStyle.contexify} animation='flip'>
{customConfig.logoMenu.map((menuItem, i) => {
return (
<Item onClick={menuItem.action} key={i}>
Expand Down

0 comments on commit 7a610cb

Please sign in to comment.