mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #7862 from overleaf/ab-home-button-style
[web] Make the home button more consistent with the rest of the header GitOrigin-RevId: 456727917fd61423ca2b41eedb79d9861675d2cb
This commit is contained in:
parent
eb81b2b6de
commit
fe18fbe157
1 changed files with 9 additions and 3 deletions
|
@ -14,9 +14,15 @@ function BackToProjectsButton() {
|
|||
</Tooltip>
|
||||
}
|
||||
>
|
||||
<a className="toolbar-header-back-projects" href="/project">
|
||||
<Icon type="home" fw accessibilityLabel={t('back_to_your_projects')} />
|
||||
</a>
|
||||
<div className="toolbar-item">
|
||||
<a className="btn btn-full-height" href="/project">
|
||||
<Icon
|
||||
type="home"
|
||||
fw
|
||||
accessibilityLabel={t('back_to_your_projects')}
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</OverlayTrigger>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue