added Terms and Condition Page

This commit is contained in:
Ebube
2024-03-18 17:23:04 +01:00
parent db08d1201c
commit df6fe828e3
12 changed files with 890 additions and 32 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const CustomerLinks = () => {
)
);
return (
<div className="flex-[66.667] flex items-center flex-wrap">
<div className="flex-[66.667] flex items-center flex-wrap gap-2">
{links}
</div>
);