Skip to content

Commit

Permalink
Revert "Remove broken images?"
Browse files Browse the repository at this point in the history
This reverts commit 6ccfc57.
  • Loading branch information
krystof-k committed Jan 31, 2024
1 parent 91e4d29 commit 375c434
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
12 changes: 8 additions & 4 deletions frontend/src/components/FooterMultiWord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const router = useRouter();
$t('components.FooterMultiWord.body-who-to-vote')
}}</BodyText>
<a href="https://www.facebook.com/KohoVolit.eu"
></a>
><img src="/images/fb.svg"
/></a>
</div>
<div class="data-3">
<StackComponent spacing="medium">
Expand Down Expand Up @@ -87,13 +88,16 @@ const router = useRouter();
$t('components.FooterMultiWord.body-created-by-ngos')
}}</BodyText>
<a href="https://kohovolit.eu"
></a>
><img src="/images/logo-kohovolit.svg"
/></a>
<BodyText size="small"></BodyText>
<a href="https://cesko.digital"
></a>
><img class="cd-logo" src="/images/logo-cd.svg"
/></a>
<BodyText size="small"></BodyText>
<a href="https://memo98.sk/"
></a>
><img class="memo-logo" src="/images/logo-memo.png"
/></a>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/routes/profile/EmailFormPageVue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const handleSubmit = async () => {
</TitleText>

<template v-if="step === 1">
<img src="/images/email.svg" />

<TitleText tag="span" size="medium" centered>
{{ texts[step][type].title }}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/routes/profile/ProfileSettingsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const handleLogout = async () => {
</ButtonComponent>
</FormComponent>

<img src="/images/lock_person.svg" width="32" height="32" alt="" />

<StackComponent centered spacing="extra-small">
<BodyText size="small">
Expand Down Expand Up @@ -230,6 +231,7 @@ const handleLogout = async () => {
<StackComponent spacing="large" centered>
<span />

<img src="/images/lock_person.svg" width="32" height="32" alt="" />

<BodyText size="medium">
{{
Expand Down

0 comments on commit 375c434

Please sign in to comment.