aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-03-21 15:31:32 +0000
committermat <github@matdoes.dev>2022-03-21 15:31:32 +0000
commitf7cfcaad044abcc7d64ca7dda31086d2c26a4e48 (patch)
tree1dd0d0ba0f695d9b3f8c0d55ac008b0ea76e6a06 /src/lib/utils.ts
parent034489f2338d524e394d121e02f45f7f2f4c46b0 (diff)
downloadskyblock-stats-f7cfcaad044abcc7d64ca7dda31086d2c26a4e48.tar.gz
skyblock-stats-f7cfcaad044abcc7d64ca7dda31086d2c26a4e48.tar.bz2
skyblock-stats-f7cfcaad044abcc7d64ca7dda31086d2c26a4e48.zip
add bank balance section
Diffstat (limited to 'src/lib/utils.ts')
-rw-r--r--src/lib/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils.ts b/src/lib/utils.ts
index 5dd0fc0..a4803df 100644
--- a/src/lib/utils.ts
+++ b/src/lib/utils.ts
@@ -21,7 +21,7 @@ const specialCodes: { [key: string]: string } = {
'l': 'font-weight: bold'
}
-const colorCodeCharacter = '§'
+export const colorCodeCharacter = '§'
export function formattingCodeToHtml(formatted: string): string {
let htmlOutput = ''