Skip to content

Commit dc2d588

Browse files
committed
Users should be presented with a reset password link
1 parent cff76cc commit dc2d588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/layout/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function Header() {
9696
<div className="cart__container">
9797
<IoCartOutline className="cart__icon" />
9898
<span className="cart__text">Cart</span>
99-
<span className="cart__description">$ 100</span>
99+
<span className="cart__description">$ 0</span>
100100
</div>
101101
<div
102102
className="cart__container user__container"

src/styles/Colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $text2-color: #666666;
2424
$text-family: 'Averia Serif Libre';
2525
$white-color: #FFFFFF;
2626
$border-color: #D9D9D9;
27-
$red-color:red;
27+
$red-color:red;

src/styles/colors.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ $text2-color: #666666;
2424
$text-family: 'Averia Serif Libre';
2525
$white-color: #FFFFFF;
2626
$border-color: #D9D9D9;
27-
$red-color:red;
27+
$red-color:red;

0 commit comments

Comments
 (0)