@ichaingo/footer 1.5.25 → 1.5.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +4 -4
- package/src/index.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ function N() {
|
|
|
33
33
|
/* @__PURE__ */ e("div", { className: "text-title", children: /* @__PURE__ */ e(l, { value: "contactUs", parentKey: "footer" }) }),
|
|
34
34
|
/* @__PURE__ */ e("div", { className: "text-subtitle flex flex-col gap-3", children: /* @__PURE__ */ t(r, { href: "mailto:contact@ichatgo.ai", className: "flex items-center", children: [
|
|
35
35
|
/* @__PURE__ */ e(s, { className: "w-4 h-4 mr-1" }),
|
|
36
|
-
"contact@ichatgo.
|
|
36
|
+
"contact@ichatgo.ai"
|
|
37
37
|
] }) })
|
|
38
38
|
] }),
|
|
39
39
|
/* @__PURE__ */ t("div", { className: "flex flex-col gap-3 py-3 md:py-0", children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ichaingo/footer",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"lucide-react": "0.539.0",
|
|
25
25
|
"react": "19.1.1",
|
|
26
26
|
"next-intl": "4.6.1",
|
|
27
|
-
"@ichaingo/
|
|
28
|
-
"@ichaingo/
|
|
29
|
-
"@ichaingo/
|
|
27
|
+
"@ichaingo/image": "1.5.26",
|
|
28
|
+
"@ichaingo/link": "1.5.26",
|
|
29
|
+
"@ichaingo/translation": "1.5.26"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/src/index.tsx
CHANGED
|
@@ -26,7 +26,7 @@ export default function Footer() {
|
|
|
26
26
|
<div className="text-subtitle flex flex-col gap-3">
|
|
27
27
|
<LinkBar href="mailto:contact@ichatgo.ai" className="flex items-center">
|
|
28
28
|
<Mail className="w-4 h-4 mr-1" />
|
|
29
|
-
contact@ichatgo.
|
|
29
|
+
contact@ichatgo.ai
|
|
30
30
|
</LinkBar>
|
|
31
31
|
</div>
|
|
32
32
|
</div>
|