Fix brandname in banner.

This commit is contained in:
Kia Lam 2023-03-16 14:13:37 -07:00 committed by Hao Liu
parent 3636c5e95e
commit c30760aaa9

View File

@ -79,7 +79,7 @@ function Dashboard() {
<Banner variant="info">
<Trans>
<p>
<InfoCircleIcon /> A tech preview of the new ${brandName} user
<InfoCircleIcon /> A tech preview of the new {brandName} user
interface can be found <a href="/ui_next/dashboard">here</a>.
</p>
</Trans>