From d9440b30365e83fd285230cf1bbb3fb34cf62949 Mon Sep 17 00:00:00 2001 From: HoangNDM6 Date: Mon, 19 Feb 2024 15:01:03 +0700 Subject: [PATCH] add id products --- src/app/globals.css | 2 +- src/components/Header/Item/index.tsx | 4 ++-- src/sections/blogs/components/Card/index.tsx | 2 +- src/sections/ecosystem/components/Card/index.tsx | 6 ++++-- src/sections/ecosystem/index.tsx | 2 +- tailwind.config.ts | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e195ad8..4b1f53d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -201,7 +201,7 @@ body { /* Ecosystem card */ -.ecosystem-card-aha:hover { +.ecosystem-card-ahamove:hover { background-image: url("../assets/images/img_bg_ahamove.png"); background-size: cover; background-repeat: no-repeat; diff --git a/src/components/Header/Item/index.tsx b/src/components/Header/Item/index.tsx index 5a60c8f..379f170 100644 --- a/src/components/Header/Item/index.tsx +++ b/src/components/Header/Item/index.tsx @@ -13,7 +13,7 @@ const Item = ({ children, path, subItems }: { children: ReactNode, path?: string if (subItems) { const listPaths = subItems.map((e: any) => e.pageRoute) const isActive = listPaths.includes(pathname.slice(0, -1)) - + return (
@@ -42,7 +42,7 @@ const Item = ({ children, path, subItems }: { children: ReactNode, path?: string return (
- {children} + {children}
) diff --git a/src/sections/blogs/components/Card/index.tsx b/src/sections/blogs/components/Card/index.tsx index c44f4d1..0b7e5ac 100644 --- a/src/sections/blogs/components/Card/index.tsx +++ b/src/sections/blogs/components/Card/index.tsx @@ -21,7 +21,7 @@ function Card({ post }: CardProps) { img_blog
- {tag} + {tag} {title}
diff --git a/src/sections/ecosystem/components/Card/index.tsx b/src/sections/ecosystem/components/Card/index.tsx index 53957e7..bcef431 100644 --- a/src/sections/ecosystem/components/Card/index.tsx +++ b/src/sections/ecosystem/components/Card/index.tsx @@ -18,7 +18,7 @@ function Card({ data }: CardProps) { const { img, title, description, name, link } = data return (
- + ic_arrow {title} @@ -26,7 +26,9 @@ function Card({ data }: CardProps) { {title}
{description} - Experience + + Experience +
diff --git a/src/sections/ecosystem/index.tsx b/src/sections/ecosystem/index.tsx index c7e954f..c28839c 100644 --- a/src/sections/ecosystem/index.tsx +++ b/src/sections/ecosystem/index.tsx @@ -13,7 +13,7 @@ const ecosystemData = [{ }, { img: img_ahamove, - name: "aha", + name: "ahamove", title: "Ahamove", link: AURA_ECOSYSTEM.AHA_MOVE, description: "Read more about the first mainstream integration of Aura, with the largest transport app in Vietnam." diff --git a/tailwind.config.ts b/tailwind.config.ts index 1ab3860..da10ffb 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -18,7 +18,7 @@ const config: Config = { "brand-gradient": "linear-gradient(339deg, #FFD569, #FC8E4F, #FF697B)", "brand-linear-gradient": - "linear-gradient(339deg, #FFD569 23.57%, #FC8E4F 50.76%, #FF697B 76.37%)", + "linear-gradient(0deg, rgba(255, 213, 105, 1), rgba(252, 142, 79, 1), rgba(255, 105, 123, 1))", }, colors: { "black-charcoal": "var(--black-charcoal)",