diff --git a/components/CartIcon.tsx b/components/CartIcon.tsx
index 3285ed2..1562ae6 100644
--- a/components/CartIcon.tsx
+++ b/components/CartIcon.tsx
@@ -21,7 +21,7 @@ function Cart(props:StateProps) : JSX.Element {
const router = useRouter();
return (
router.push("/order")}>
-
+
diff --git a/components/Login.tsx b/components/Login.tsx
index 482b4ba..0b6910b 100644
--- a/components/Login.tsx
+++ b/components/Login.tsx
@@ -1,5 +1,5 @@
-import { Button, Card } from "antd";
+import { Button, Card, ConfigProvider } from "antd";
import { useSignInWithGoogle } from "react-firebase-hooks/auth";
import { auth } from "../utils/firebase"
@@ -39,13 +39,22 @@ function LoginPage(): JSX.Element {
Đăng nhập
-
+
+
+
+
);
diff --git a/styles/components/product.scss b/styles/components/product.scss
index c79796b..c953666 100644
--- a/styles/components/product.scss
+++ b/styles/components/product.scss
@@ -50,3 +50,7 @@
}
}
+.test{
+ display: flex;
+ align-items: center;
+}
\ No newline at end of file