mirror of https://gitee.com/answerdev/answer.git
fix(Header): Fixed the colour of the user centre icon in the Header
This commit is contained in:
parent
95a58e19a7
commit
62b5008bc5
|
@ -101,8 +101,10 @@ const Index: FC<Props> = ({ redDot, userInfo, logOut }) => {
|
|||
variant="success"
|
||||
id="dropdown-uca"
|
||||
as="span"
|
||||
className="no-toggle pointer nav-link p-0">
|
||||
<Icon name="grid-3x3-gap-fill" className="fs-4 ms-3" />
|
||||
className="no-toggle pointer p-0">
|
||||
<Nav>
|
||||
<Icon name="grid-3x3-gap-fill" className="nav-link fs-4 ms-3" />
|
||||
</Nav>
|
||||
</Dropdown.Toggle>
|
||||
|
||||
<Dropdown.Menu>
|
||||
|
|
Loading…
Reference in New Issue