fix: fix space in conferences.htm (#73)

This commit is contained in:
manathan1984
2021-09-07 00:10:29 +02:00
committed by GitHub
parent 0c87428fdf
commit 62f5d3e0e2
+1 -2
View File
@@ -217,8 +217,7 @@
</div> </div>
</li> </li>
<li class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary" ng-if="conferences.length == 0"> <li class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary" ng-if="conferences.length == 0">
You have no conference. You a create a There are no conference entries. You can create a <a href="/conference/new">new one</a>.
<a href="/conference/new"> new one</a>.
</li> </li>
</ul> </ul>
</div> </div>