Skip to content

Commit 4d7a4b7

Browse files
committed
Remove redundant key and placeholder element
This commit removes an unnecessary 'key' attribute from the LayoutWithIntro component and a placeholder <div> element containing 'lol.' These changes help clean up the code and improve readability without affecting functionality.
1 parent 135ef19 commit 4d7a4b7

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default async function TeamLayout({ children, params }: Props) {
2121
return (
2222
<>
2323
<LayoutWithIntro
24-
key={'2'}
2524
introHeight={'86vh'}
2625
title={t('page-title')}
2726
overlayColor={'rgba(7, 27, 30, 0.5'}
@@ -37,7 +36,6 @@ export default async function TeamLayout({ children, params }: Props) {
3736
// // </ScrollToSectionButton>
3837
// }
3938
>
40-
<div>lol</div>
4139
{children}
4240
</LayoutWithIntro>
4341
<ScrollTop />

0 commit comments

Comments
 (0)