less hyphens as it looks better on mobile

This commit is contained in:
undergroundwires
2020-01-09 22:47:17 +01:00
parent ec6b3c5407
commit e0b080af69

View File

@@ -12,12 +12,14 @@ import { CodeBuilder } from '../application/State/Code/CodeBuilder';
const NothingChosenCode = const NothingChosenCode =
new CodeBuilder() new CodeBuilder()
.appendCommentLine('privacy.sexy — 🔐 Enforce privacy & security best-practices on Windows') .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(' ✔️ 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(' ✔️ 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(' ✔️ Have full visibility into what the tweaks do as you enable them.')
.appendCommentLine(' ✔️ Free software, 100% transparency: both application & infrastructure code are open-sourced.') .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(' 📙 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(' 📙 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.') .appendCommentLine(' 📙 After you choose any tweak, you can download & copy to execute your script.')