add Jo image, add coins with update and add incentives
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user