@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.
|
|
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.
|
|
138
|
+
href: "https://inialum.org/privacy-policy",
|
|
139
139
|
target: "_blank",
|
|
140
140
|
rel: "noreferrer noopener",
|
|
141
141
|
children: "プライバシーポリシー"
|