wip(lab): Migrated translation to next-i18next
This commit is contained in:
parent
538f22a1e6
commit
bbb2b2c23f
25 changed files with 72 additions and 71 deletions
|
@ -78,8 +78,8 @@ export const TopSumTitle = props => (
|
|||
</span>
|
||||
)
|
||||
export const SecText = props => props.raw
|
||||
? <span className="text-secondary" dangerouslySetInnerHTML={{__html: props.raw}} />
|
||||
: <span className="text-secondary">{props.children}</span>
|
||||
? <span className="text-secondary-focus" dangerouslySetInnerHTML={{__html: props.raw}} />
|
||||
: <span className="text-secondary-focus">{props.children}</span>
|
||||
|
||||
const WorkbenchMenu = props => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue