Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<v-container fluid>
<div class="text-center">
<h1 class="display-1">Vue Speech Input</h1>
<p class="pa-2">*Compatible only with Chrome and Firefox</p>
<p class="pa-2">Press the mic to start recording...</p>
<img :src="require('@/assets/logo.png')" height="100">
</div>
Expand Down Expand Up @@ -55,4 +56,4 @@ export default {
#app {
background-color: #FAFAFA;
}
</style>
</style>