fix: button icons

This commit is contained in:
Liyas Thomas
2021-07-05 12:56:00 +00:00
committed by GitHub
parent dc5a09bebc
commit 256d4b3e07
52 changed files with 463 additions and 759 deletions

View File

@@ -26,7 +26,7 @@
<img
v-if="currentUser.photoURL"
:src="currentUser.photoURL"
class="w-5 h-5 rounded-full material-icons"
class="w-5 h-5 rounded-full"
/>
<i v-else class="material-icons">account_circle</i>
</div>