Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaneijgen committed Jan 24, 2024
1 parent f0dfe3c commit 74fdb34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ I've made this tool so I could send pixel art to my SO, just as a fun way to lea
- [ ] Setup proper JSON object
- [ ] Load current image
- [ ] Undo/redo
- [ ] Propper build step, complile scss, setup local server and run `node build.js` on changes
- [ ] Propper build step, complile scss, setup local server and run `node build.js` on changes (was looking in to Vite.js)

## Tools used
This tool is build using Vue.js and there is some SCSS to easily write CSS
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ <h3>Version {{version}}</h3>
</div>

<!-- Advanced settings -->
<div class="alloy-input-group" v-if="options && !demo">
<div class="alloy-input-group" v-if="options">
<label for="url">API url</label>
<p>You can't use the API on the demo page</p>
<p v-if="demo">You can't use the API on the demo page</p>
<input type="text" id="url" v-model="url" :disabled="demo ? '' : disabled">
</div>
<div class="alloy-input-flex" v-if="options">
Expand Down

0 comments on commit 74fdb34

Please sign in to comment.