Commit be3a7d91 authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

fix

parent 7f1f5c15
......@@ -32,7 +32,6 @@ type SocialItem = {
icon: React.ReactNode;
};
const fallbackSocials: SocialItem[] = [
{
key: "facebook",
......@@ -341,7 +340,27 @@ function Footer() {
</div>
<div className="mt-10 border-t border-[#2946a3] pt-5 text-center text-[14px] text-[#62a7ff]">
© Bản quyền VCCI-HCM | All rights reserved
<div className="mb-1">
Thiết kế và phát triển bởi{" "}
<a
href="https://vcci-hcm.org.vn/"
target="_blank"
rel="noreferrer"
className="font-semibold text-white transition-colors hover:text-[#f7b500]"
>
VCCI-HCM
</a>
{" "}{" "}
<a
href="https://meu.com.vn/"
target="_blank"
rel="noreferrer"
className="font-semibold text-white transition-colors hover:text-[#f7b500]"
>
MEU Solutions
</a>
</div>
<div>© Bản quyền VCCI-HCM | All rights reserved</div>
</div>
</div>
</footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment