Skip to content

Commit

Permalink
fix: navref
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoopesh369 committed Dec 12, 2023
1 parent 9f29aa5 commit 314d060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const About = () => {
onTouchMove={scrollAllowed ? handleTouchMove : undefined}
onTouchEnd={scrollAllowed ? handleTouchEnd : undefined}
>
<NavBar />
<NavBar NavRef={navBarRef} />
<motion.div
z-index={-1}
className="flex flex-col justify-center items-center absolute w-screen top-0 left-0 -translate-x-[50%] -translate-y-[50%]"
Expand Down
3 changes: 1 addition & 2 deletions src/components/Toast/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ const Toast = () => {
gutter={8}
containerClassName="toasty"
containerStyle={{
fontFamily: 'DotMatrix_TR',
fontFamily: 'Orbitron',
}}
toastOptions={{
className: '',

style: {
font: 'inherit',
fontSize: '1rem',
Expand Down

0 comments on commit 314d060

Please sign in to comment.