Skip to content
Snippets Groups Projects
Commit a306e8ca authored by Florent Lavelle's avatar Florent Lavelle
Browse files

add qrcode explicative text

parent 45933729
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@
class="qrcode"
>
<img :src="qrcode">
<p>
Ce QR code vous permet de vous connecter à l'application mobile GéoContrib (bientôt disponible)
</p>
</div>
</div>
</template>
......@@ -122,5 +125,10 @@ export default {
margin: auto;
width: 12rem;
}
p {
font-size: 0.8rem;
font-style: italic;
text-align: center;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment