File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { useEffect , useState } from "react"
2
2
3
- import Text from "@/components/OldText"
4
-
5
3
import { MATOMO_LS_KEY } from "@/lib/utils/matomo"
6
4
7
5
import Checkbox from "../../tailwind/ui/Checkbox"
@@ -32,12 +30,12 @@ const MatomoOptOut = () => {
32
30
}
33
31
return (
34
32
< div className = "mb-4 mt-8 flex flex-col rounded border border-body-light bg-background p-6" >
35
- < Text color = "fail ">
33
+ < p className = "mb-5 text-error ">
36
34
You can opt out of being tracked by Matomo Analytics and prevent the
37
35
website from analysing the actions you take using the website. This will
38
36
prevent us from learning from your actions and creating a better website
39
37
experience for you and other users.
40
- </ Text >
38
+ </ p >
41
39
{ loading ? (
42
40
"Loading preferences..."
43
41
) : (
You can’t perform that action at this time.
0 commit comments