File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- import Navbar from "@/components/common/Navbar" ;
21import SelectStyle from "@/components/SelectStyle/SelectStyle" ;
2+ import Icon from "@/components/ui/Icon/Icon" ;
3+ import NavbarV2 from "@/components/ui/NavbarV2/NavbarV2" ;
34
45const SelectStylePage = ( ) => {
56 return (
67 < >
7- < Navbar />
8+ < NavbarV2 >
9+ < NavbarV2 . LeftButton >
10+ < Icon name = "leftArrow" />
11+ </ NavbarV2 . LeftButton >
12+ </ NavbarV2 >
813 < SelectStyle />
914 </ >
1015 ) ;
Original file line number Diff line number Diff line change 1- import Navbar from "@/components/common/Navbar" ;
21import SelectTag from "@/components/SelectTag/SelectTag" ;
2+ import Icon from "@/components/ui/Icon/Icon" ;
3+ import NavbarV2 from "@/components/ui/NavbarV2/NavbarV2" ;
34
45const SelectTagPage = ( ) => {
56 return (
67 < >
7- < Navbar />
8+ < NavbarV2 >
9+ < NavbarV2 . LeftButton >
10+ < Icon name = "leftArrow" />
11+ </ NavbarV2 . LeftButton >
12+ </ NavbarV2 >
813 < SelectTag />
914 </ >
1015 ) ;
You can’t perform that action at this time.
0 commit comments