Added prompt under "join us" map

This commit is contained in:
a-ill 2023-08-07 12:00:15 +03:00
parent 8f4538d33c
commit 42e18f0fea
4 changed files with 11 additions and 4 deletions

View File

@ -30,5 +30,6 @@
"market": "Market",
"workers": "Workers",
"description": "Description",
"website": "Website"
"website": "Website",
"map-prompt": "Want to appear on our map? Sign up and go to your profile!"
}

View File

@ -105,6 +105,7 @@
</div>
<p>{$content.noneNear} <a href="https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh" target="_blank" rel=noreferrer>{$content.WhatsAppGroup}</a> {$content.or} <a href="https://discord.gg/Qk8KUk787z" target="_blank" rel=noreferrer>{$content.DiscordServer}</a>{$content.helpStart}</p>
<map-component id="map" callback={(createMap) => mapCallback(createMap,$content,locale)} colors={["#23AC20","#CA2437","#217BC9","#FFD326"]}></map-component>
<p id="add-prompt">{$content["map-prompt"]}</p>
</div>
</div>
{/if}
@ -114,6 +115,10 @@
<style>
@import '/css/common.css';
#add-prompt {
margin-bottom: 2rem;
}
#entities-list li {
list-style: none;
}
@ -179,7 +184,7 @@
#map {
--height: 30rem;
--width: 100%;
--margin-bottom: 3rem;
--margin-bottom: 0.5rem;
}
#call-to-action-list > ol>li {

File diff suppressed because one or more lines are too long

View File

@ -30,5 +30,6 @@
"market": "Market",
"workers": "Workers",
"description": "Description",
"website": "Website"
"website": "Website",
"map-prompt": "Want to appear on our map? Sign up and go to your profile!"
}