We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5f4f3 commit 6aee1e0Copy full SHA for 6aee1e0
web-app/src/screens/Console/License/LicenseConsentModal.tsx
@@ -172,9 +172,18 @@ const LicenseConsentModal = () => {
172
marginTop: "19px",
173
display: "flex",
174
alignItems: "center",
175
- justifyContent: "center",
+ justifyContent: "space-between",
176
}}
177
>
178
+ <Box>
179
+ <a
180
+ href={"https://min.io/privacy-policy"}
181
+ target={"_blank"}
182
+ rel={"noreferrer"}
183
+ >
184
+ Privacy Policy
185
+ </a>
186
+ </Box>
187
<Button
188
id={"acknowledge-confirm"}
189
type="button"
0 commit comments