Skip to content

Commit

Permalink
💄 Use same style for button
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Nov 23, 2021
1 parent 7f53d71 commit 6f99958
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<h1>{{ welcomeMessage }}</h1>
<input v-model="newUrl" v-shortkey="shortKey" class="input" placeholder="Quick add a URL" @shortkey="addLink">
<button class="button add-btn" @click.stop="addLink">
<Icon name="add" />Add Link
<Icon name="add" />
<span>Add Link</span>
</button>
</div>
<hr>
Expand Down Expand Up @@ -232,6 +233,10 @@ export default {
display: flex;
align-items: center;
flex-shrink: 0;
& span {
margin-left: 0.5rem;
}
}
}
Expand Down

0 comments on commit 6f99958

Please sign in to comment.