2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Use nbsp instead of dot

This commit is contained in:
Faris Ansari 2018-10-04 14:55:34 +05:30
parent e61c599b51
commit 04308fa416

View File

@ -8,7 +8,7 @@
class="form-control shadow-none w-100"
:placeholder="_('Search...')">
</form>
<div class="navbar-text">.</div>
<div class="navbar-text">&nbsp;</div>
</nav>
</template>
<script>