Skip to content

Commit

Permalink
🆙 v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Apr 15, 2019
1 parent 3c7e1d0 commit d97d2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "songdrive",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/SongPresent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="#" class="modal-overlay" aria-label="Close" @click.prevent="$emit('closed')"></a>
<div class="modal-container">
<div class="modal-header">
<div class="modal-title h5">
<div class="modal-title h5 text-center">
{{ title }}
<span class="modal-subtitle h6 text-gray ml-3">{{ subtitle }}</span>
</div>
Expand Down

0 comments on commit d97d2c0

Please sign in to comment.