Tech add test e2e

This commit is contained in:
Jean Andreani
2023-12-12 15:01:50 +00:00
parent 40f3560d94
commit 85abc46038
21 changed files with 3619 additions and 206 deletions

View File

@@ -55,7 +55,7 @@ const props = defineProps({
})
const titleImg = computed<string>(() =>
props.disabled ? t('general.header.contribute_text') : ''
props.disabled ? t('general.header.about_text') : ''
)
function triggerButton() {
if (props.disabled) return