Change layout of peer name and remove unneccessary text

This commit is contained in:
Paul Szymanski 2020-07-13 23:56:58 +02:00
parent 3f2bcfb0b7
commit 150fdc8bc1
2 changed files with 3 additions and 4 deletions

View file

@ -50,7 +50,6 @@
</svg>
</a>
</header>
<div id="displayName" class="font-body2"></div>
<!-- Peers -->
<x-peers class="center"></x-peers>
<x-no-peers>
@ -62,7 +61,7 @@
<svg class="icon logo">
<use xlink:href="#wifi-tethering" />
</svg>
<div>The easiest way to transfer data across devices.</div>
<div id="displayName">The easiest way to transfer data across devices.</div>
<div class="font-body2">Allow me to be discovered by: Everyone in this network.</div>
</footer>
<!-- Receive Dialog -->