ui: tweak table of contents prefix

This commit is contained in:
Jean-Philippe Sirois
2020-05-28 00:47:01 -04:00
parent 2a7ca4299f
commit f6c8f9e6fe
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ function extractTitle(title: string): ITitle {
const rest = maybePrefix ? title.replace(maybePrefix[0], "") : title const rest = maybePrefix ? title.replace(maybePrefix[0], "") : title
return { return {
prefix: maybePrefix ? maybePrefix[0] : undefined, prefix: maybePrefix ? `${maybePrefix[0]} ` : undefined,
title: rest, title: rest.trim(),
} }
} }
+3 -3
View File
@@ -72,7 +72,7 @@ Programming is a skilled trade, so if you want development work, pay for it. Pro
Content should be kept to a PG13 level. Always ask yourself "Would my boss be okay with this fullscreen on my monitor as he walked by?". If the answer is no, don't post it. Content should be kept to a PG13 level. Always ask yourself "Would my boss be okay with this fullscreen on my monitor as he walked by?". If the answer is no, don't post it.
## 3: No illegal or prohibited topics / Security and hacking ## 3. No illegal or prohibited topics / Security and hacking
### Do not discuss anything prohibited by law or a services Terms of Service (ToS) ### Do not discuss anything prohibited by law or a services Terms of Service (ToS)
@@ -106,7 +106,7 @@ Do not advertise anything you stand to benefit from. A few examples of this are:
Exceptions to this rule are rarely made; if youd like to request such an exception, please contact ModMail directly. Exceptions to this rule are rarely made; if youd like to request such an exception, please contact ModMail directly.
## 7: Use ModMail to contact staff ## 7. Use ModMail to contact staff
### What is ModMail? ### What is ModMail?
@@ -132,6 +132,6 @@ A few examples of when using ModMail is **not** good practice
Someone posts some NSFW content, instead ping the `serious rule break` role. Someone posts some NSFW content, instead ping the `serious rule break` role.
Want help with programming, use a channel in discord. Want help with programming, use a channel in discord.
## 8: No life advice ## 8. No life advice
This includes, but is not limited to: relationship advice, depression or suicidal talk. We are not qualified to offer professional advice; it just does not belong here. Note that career-related advice is fine. This includes, but is not limited to: relationship advice, depression or suicidal talk. We are not qualified to offer professional advice; it just does not belong here. Note that career-related advice is fine.