We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a26c5 commit f817250Copy full SHA for f817250
frontend/app/components/consent/ConsentCard.vue
@@ -66,13 +66,6 @@ const title = computed(() => {
66
return props.consent.title
67
})
68
69
-const body = computed(() => {
70
- if (props.consent.__typename == 'UserConsent') {
71
- return props.consent.consent.body.html
72
- }
73
- return props.consent.body.html
74
-})
75
-
76
const shortText = computed(() => {
77
if (props.consent.__typename == 'UserConsent') {
78
return props.consent.consent.shortText
@@ -157,7 +150,7 @@ const changing = ref(false)
157
150
</DesignButton>
158
151
<DesignButton
159
152
variant="tertiary"
160
- size="large"
153
+ size="small"
161
154
class="w-full"
162
155
@click="handleReject"
163
156
>
0 commit comments