This commit is contained in:
Ginger Wong
2020-06-15 13:43:48 -07:00
3 changed files with 93 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ GW TODO:
<img
v-bind:src="message.image"
class="message-avatar rounded-full bg-black bg-opacity-50"
v-bind:style="{ backgroundColor: message.userColor() }"
/>
<div class="message-content">
<p class="message-author text-white font-bold">{{ message.author }}</p>
@@ -145,6 +146,7 @@ GW TODO:
</div>
</div>
<script src="js/usercolors.js"></script>
<script src="js/config.js"></script>
<script src="js/utils.js"></script>
<script src="js/message.js"></script>