diff --git a/src/presentation/TheCodeArea.vue b/src/presentation/TheCodeArea.vue index c3f54643..b981c0ce 100644 --- a/src/presentation/TheCodeArea.vue +++ b/src/presentation/TheCodeArea.vue @@ -12,12 +12,14 @@ import { CodeBuilder } from '../application/State/Code/CodeBuilder'; const NothingChosenCode = new CodeBuilder() .appendCommentLine('privacy.sexy — 🔐 Enforce privacy & security best-practices on Windows') - .appendCommentLineWithHyphensAround('🧐 Why privacy.sexy') + .appendLine() + .appendCommentLine('-- 🧐 Why privacy.sexy') .appendCommentLine(' ✔️ Rich tweak pool to harden security & privacy of the OS and other softwares on it.') .appendCommentLine(' ✔️ You don\'t need to run any compiled software on your system, just run the generated scripts.') .appendCommentLine(' ✔️ Have full visibility into what the tweaks do as you enable them.') .appendCommentLine(' ✔️ Free software, 100% transparency: both application & infrastructure code are open-sourced.') - .appendCommentLineWithHyphensAround('🤔 How to use') + .appendLine() + .appendCommentLine('-- 🤔 How to use') .appendCommentLine(' 📙 Start by exploring different categories and choosing different tweaks.') .appendCommentLine(' 📙 You can select "Recommended" on the top to select "safer" tweaks. Always double check!') .appendCommentLine(' 📙 After you choose any tweak, you can download & copy to execute your script.')