Skip to content

Commit 6aee1e0

Browse files
authored
Privacy policy (#3559)
Added Privacy Policy link Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 7e5f4f3 commit 6aee1e0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

web-app/src/screens/Console/License/LicenseConsentModal.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,18 @@ const LicenseConsentModal = () => {
172172
marginTop: "19px",
173173
display: "flex",
174174
alignItems: "center",
175-
justifyContent: "center",
175+
justifyContent: "space-between",
176176
}}
177177
>
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>
178187
<Button
179188
id={"acknowledge-confirm"}
180189
type="button"

0 commit comments

Comments
 (0)