Skip to content

Commit fd09a6a

Browse files
committed
Remove commented-out ScrollBottomButton code
The commented-out ScrollBottomButton code has been deleted from the layout.tsx file to improve code readability and maintainability. This change helps to keep the codebase clean and easier to understand by removing unnecessary and unused code segments.
1 parent 1a6d1e1 commit fd09a6a

File tree

1 file changed

+0
-5
lines changed
  • frontend-next-migration/src/app/[lng]/(intro)/team

1 file changed

+0
-5
lines changed

frontend-next-migration/src/app/[lng]/(intro)/team/layout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ export default async function TeamLayout({ children, params }: Props) {
3434
>
3535
<b>{t('meet-button')}</b>
3636
</ScrollToSectionButton>
37-
// <ScrollBottomButton
38-
// // isDisabled={isError || isLoading}
39-
// className={classNames(cls.diveButton)}
40-
// text={`${t('meet-button')} ▶`}
41-
// />
4237
}
4338
>
4439
{children}

0 commit comments

Comments
 (0)