style: using correct + icon on New Query button (#11353)

* style: using correct + icon on New Query button

* non-meaningful whitespace removed.
This commit is contained in:
Evan Rusackas
2020-10-20 22:44:11 -07:00
committed by GitHub
parent 43aca6a26c
commit cae54ac00e
6 changed files with 5 additions and 6 deletions

View File

@@ -130,7 +130,6 @@ function DatabaseList({ addDangerToast, addSuccessToast }: DatabaseListProps) {
{
name: (
<>
{' '}
<i className="fa fa-plus" /> {t('Database')}{' '}
</>
),