@ichaingo/footer 1.5.16 → 1.5.18

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 CHANGED
@@ -10,7 +10,7 @@ function h() {
10
10
  /* @__PURE__ */ l("div", { className: "w-full md:w-1/2 flex flex-col py-3 md:py-0 gap-3 md:gap-0 justify-between", children: [
11
11
  /* @__PURE__ */ e(c, { src: `${process.env.NEXT_PUBLIC_CDN_URL}/uploads/2025/11/26/6926f275c68ed.png`, width: 116, height: 32, objectFit: "contain" }),
12
12
  /* @__PURE__ */ l("div", { className: "text-subtitle", children: [
13
- 2025 iChatGo ",
13
+ "© iChatGo Presented ",
14
14
  /* @__PURE__ */ e(t, { value: "allRightsReserved", parentKey: "footer" })
15
15
  ] })
16
16
  ] }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichaingo/footer",
3
- "version": "1.5.16",
3
+ "version": "1.5.18",
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/image": "1.5.16",
28
- "@ichaingo/translation": "1.5.16",
29
- "@ichaingo/link": "1.5.16"
27
+ "@ichaingo/image": "1.5.18",
28
+ "@ichaingo/link": "1.5.18",
29
+ "@ichaingo/translation": "1.5.18"
30
30
  }
31
31
  }
package/src/index.tsx CHANGED
@@ -11,7 +11,7 @@ export default function Footer() {
11
11
  <div className="max-w-300 flex flex-col md:flex-row justify-center mx-auto w-full py-3">
12
12
  <div className="w-full md:w-1/2 flex flex-col py-3 md:py-0 gap-3 md:gap-0 justify-between">
13
13
  <ImageBar src={`${process.env.NEXT_PUBLIC_CDN_URL}/uploads/2025/11/26/6926f275c68ed.png`} width={116} height={32} objectFit='contain'></ImageBar>
14
- <div className='text-subtitle'>&copy;2025 iChatGo <Translation value="allRightsReserved" parentKey='footer' /></div>
14
+ <div className='text-subtitle'>&copy; iChatGo Presented <Translation value="allRightsReserved" parentKey='footer' /></div>
15
15
  </div>
16
16
  <div className="flex flex-col md:flex-row justify-between shrink-0 w-full md:w-1/2">
17
17
  <div className="flex flex-col gap-3 py-3 md:py-0">