Skip to content

Commit 940c83f

Browse files
committed
Finder was added to the search bar and the entry was changed
1 parent 2a49d8d commit 940c83f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/components/Search.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function PrimarySearchAppBar({ product, total, money, basket, set
144144
<FaFilter />
145145
</Badge>
146146
</IconButton>
147-
<p>Filter</p>
147+
<p className="MobilMenuİconLinks">Filter</p>
148148
</MenuItem>
149149
<MenuItem>
150150
<IconButton
@@ -156,7 +156,7 @@ export default function PrimarySearchAppBar({ product, total, money, basket, set
156156
<IoIosHeart />
157157
</Badge>
158158
</IconButton>
159-
<Link to="/Favorites" className='İconLinks'>Favorites</Link>
159+
<Link to="/Favorites" className='MobilMenuİconLinks'>Favorites</Link>
160160
</MenuItem>
161161
<MenuItem onClick={handleProfileMenuOpen}>
162162
<IconButton
@@ -168,7 +168,7 @@ export default function PrimarySearchAppBar({ product, total, money, basket, set
168168
>
169169
<FaShoppingCart />
170170
</IconButton>
171-
<Link to="/cart" className="İconLinks">Cart</Link>
171+
<Link to="/cart" className="MobilMenuİconLinks">Cart</Link>
172172
</MenuItem>
173173
</Menu>
174174
);

src/css/Routes.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
text-decoration: none;
33
color: white;
44
}
5-
6-
.FavİconLinks{
5+
.MobilMenuİconLinks{
76
text-decoration: none;
7+
color: black;
8+
}
9+
.FavİconLinks{
10+
text-decoration: nnoe;
811
}
912

1013
.FavİconLinks:hover{

0 commit comments

Comments
 (0)