Skip to content

Commit

Permalink
Merge branch 'master' of github.com:interaapps/pastefy
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 3, 2022
2 parents 10a8d9f + acda049 commit cd8c037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/Folder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h3 style="margin-top: 20px; margin-bottom: 40px;">Folder</h3>
<div v-if="addFolderInput" style="margin-bottom: 20px">
<input type="text" v-model="folderName" class="input" placeholder="name">
<a class="button" style="width: 49%; margin-right: 1%; background: var(--obj-background-color-hover)" @click="addFolderInput = false">CANCLE</a>
<a class="button" style="width: 49%; margin-right: 1%; background: var(--obj-background-color-hover)" @click="addFolderInput = false">CANCEL</a>
<a class="button" style="width: 50%" @click="createFolder">ADD</a>
</div>
<div id="folders">
Expand Down Expand Up @@ -101,4 +101,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
</style>

0 comments on commit cd8c037

Please sign in to comment.