Skip to content

Commit

Permalink
Move diamond back into code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur authored Jul 14, 2023
1 parent 86d2544 commit bbfa0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
}
}),
].join('\n') +
'\n```\n💎 Created with the help of [Luminespire](https://vyxal.github.io/Luminespire)';
'\n💎\n```\nCreated with the help of [Luminespire](https://vyxal.github.io/Luminespire).';
function resizeTextArea(textArea) {
textArea.style.height = 0;
textArea.style.height = ((textArea.scrollHeight + 30) as Number) + 'px';
Expand Down

0 comments on commit bbfa0fe

Please sign in to comment.