From 44fe45688f57552a58da3eb4d04590ed0aa83fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Thu, 2 May 2024 09:19:59 +0200 Subject: [PATCH] add perex --- frontend/src/views/avatar/Avatar.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/views/avatar/Avatar.vue b/frontend/src/views/avatar/Avatar.vue index 885c97b..05db82d 100644 --- a/frontend/src/views/avatar/Avatar.vue +++ b/frontend/src/views/avatar/Avatar.vue @@ -71,6 +71,20 @@ export default { </template> <template v-slot:right> + <div class="prose max-w-none mb-4"> + <ol> + <li>Klikněte na "vybrat soubor" a nahrajte svou profilovou fotografii.</li> + <li>Klikněte na "stáhnout", vyberte umístění ve svém přístroji a zvolte možnost "uložit"</li> + <li>Zobrazte si svůj profil na sociální síti a aktualizujte si profilovou fotku.</li> + </ol> + + <p> + <strong> + Děkujeme za podporu a nezapomeňte 7. a 8. června 2024 volit Piráty do Europarlamentu! + </strong> + </p> + </div> + <ImageInput name="Obrázek" v-model="mainImage" -- GitLab