add Jo image, add coins with update and add incentives
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-03 19:52:51 +01:00
parent 125f6b80d8
commit 0e91cb0ac8
9 changed files with 89 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container chatbot-container">
<h1>Chatbot Joe</h1>
<img src="@/assets/joe.png" class="joeimage">
</div>
</template>
@ -67,6 +67,11 @@ export default {
font-size: 20px;
text-align: center;
}
.joeimage{
float:left;
height:600px;
}
}
</style>
<style>