@inialum/memories-react 1.0.1 → 1.0.2

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.
@@ -95,7 +95,7 @@ var Footer = ({ className, ...rest }) => {
95
95
  children: "役員一覧"
96
96
  }),
97
97
  /* @__PURE__ */ jsx("a", {
98
- href: "https://inialum.notion.site/d8a7e0dd14224c0dadfd630a6665cee0",
98
+ href: "https://inialum.org/privacy-policy",
99
99
  target: "_blank",
100
100
  rel: "noreferrer noopener",
101
101
  children: "プライバシーポリシー"
@@ -135,7 +135,7 @@ var NavigationContent = ({ isOpen, className, onClose: _onClose, ...rest }) => {
135
135
  children: "役員一覧"
136
136
  }),
137
137
  /* @__PURE__ */ jsx("a", {
138
- href: "https://inialum.notion.site/d8a7e0dd14224c0dadfd630a6665cee0",
138
+ href: "https://inialum.org/privacy-policy",
139
139
  target: "_blank",
140
140
  rel: "noreferrer noopener",
141
141
  children: "プライバシーポリシー"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inialum/memories-react",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "React component library for the Memories - INIALUM Design System",
5
5
  "type": "module",
6
6
  "author": {