Skip to content

Commit

Permalink
Correct Jelly syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 27, 2024
1 parent 05b6e20 commit 3830955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default {
jellyCode: computed(() => {
let code = `<span class=keyword>#Icon</span>: ${this.glyph.identifier}`;
if (this.color.identifier) {
code += `<br/><span class=keyword>#Color</span>: ${this.jellyColorName()}`;
code += `, <span class=keyword>#Color</span>: ${this.jellyColorName()}`;
}
return code;
Expand Down

0 comments on commit 3830955

Please sign in to comment.