Skip to content

Commit 0a7ead2

Browse files
committed
refactor: move BottomNavigation component inside MobileBreakpoint for better structure
1 parent 8ec7a8b commit 0a7ead2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Layout/AppContentLayout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ export const AppContentLayout = () => {
2828
<MobileCards selectedCard={selectedCard} />
2929
</div>
3030
</MobileBreakpoint>
31+
<BottomNavigation selectedCard={selectedCard} setSelectedCard={setSelectedCard} />
3132
</>
3233
)}
3334
</main>
34-
<BottomNavigation selectedCard={selectedCard} setSelectedCard={setSelectedCard} />
35+
3536
</>
3637
)
3738
}

0 commit comments

Comments
 (0)