feat(directory): header title will only contain operator name, instead of full name

This commit is contained in:
Haoyu Xu
2023-05-05 20:09:19 -04:00
parent b1d3069901
commit 1d0d8d0cfa
7 changed files with 26 additions and 7 deletions

View File

@@ -118,6 +118,9 @@ export default function Root() {
viewBox={
headerIcon === 'operator' ? '0 0 88.969 71.469' : '0 0 94.563 67.437'
}
style={{
height: "2.5rem"
}}
/>
</section>
)}