1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

use the hashtag in the filenames, to acompany for non-hashtags

This commit is contained in:
thomasrosen 2021-02-12 16:44:12 +01:00
parent 32be20abb3
commit 907673e06e
21 changed files with 21 additions and 21 deletions

View file

@ -10,27 +10,27 @@ function HashtagChooser({ onChange, getString }) {
Promise.all(
[
'',
'VoteVolt',
'JoinTheChange',
'RejoinEU',
'DeineWahl',
'JetztBistDuDran',
'VoltEuropa',
'VoltRLP',
'Volt21',
'Volt',
'paneuropäisch',
'pragmatisch',
'progressiv',
'Europa',
'#VoteVolt',
'#JoinTheChange',
'#RejoinEU',
'#DeineWahl',
'#JetztBistDuDran',
'#VoltEuropa',
'#VoltRLP',
'#Volt21',
'#Volt',
'#paneuropäisch',
'#pragmatisch',
'#progressiv',
'#Europa',
'democracy',
'EUReform',
'European',
'EuropeCares',
'FutureMadeInEurope',
'ValuesOverPower',
'ZukunftMadeInEurope',
'#democracy',
'#EUReform',
'#European',
'#EuropeCares',
'#FutureMadeInEurope',
'#ValuesOverPower',
'#ZukunftMadeInEurope',
]
.map(async frame_filename => {
return {
@ -62,7 +62,7 @@ function HashtagChooser({ onChange, getString }) {
const frame_src_path = frame.src.default
const isChoosen = choosenFrame === frame_src_path
return <button key={frame.name} data-src={frame_src_path} className={isChoosen ? 'isInRow choosen' : 'isInRow'} onClick={handleImageChoosing}>
{frame.name === '' ? getString('button_no_hashtag') : '#'+frame.name}
{frame.name === '' ? getString('button_no_hashtag') : frame.name}
</button>
})
}

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB