back to M$ — the worst option except for all the others
This commit is contained in:
parent
1616ffc817
commit
6f1a569797
|
@ -44,7 +44,7 @@ export const PROD_CONFIG: EnvConfig = {
|
|||
],
|
||||
visibility: 'PUBLIC',
|
||||
|
||||
moneyMoniker: 'ϻ',
|
||||
moneyMoniker: 'M$',
|
||||
navbarLogoPath: '',
|
||||
faviconPath: '/favicon.ico',
|
||||
newQuestionPlaceholders: [
|
||||
|
|
|
@ -6,8 +6,8 @@ import { SiteLink } from './site-link'
|
|||
export function Linkify(props: { text: string; gray?: boolean }) {
|
||||
let { text, gray } = props
|
||||
// Replace "m1234" with "ϻ1234"
|
||||
const mRegex = /(\W|^)m(\d+)/g
|
||||
text = text.replace(mRegex, (_, pre, num) => `${pre}ϻ${num}`)
|
||||
// const mRegex = /(\W|^)m(\d+)/g
|
||||
// text = text.replace(mRegex, (_, pre, num) => `${pre}ϻ${num}`)
|
||||
|
||||
// Find instances of @username, #hashtag, and https://...
|
||||
const regex =
|
||||
|
|
Loading…
Reference in New Issue
Block a user