mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Better "back" buttons for Catch-up
This commit is contained in:
parent
7c81548320
commit
cfdbecc608
1 changed files with 10 additions and 3 deletions
|
@ -627,9 +627,16 @@ function Catchup() {
|
|||
<div class="header-grid">
|
||||
<div class="header-side">
|
||||
<NavMenu />
|
||||
<Link to="/" class="button plain home-button">
|
||||
<Icon icon="home" size="l" />
|
||||
</Link>
|
||||
{uiState === 'results' && (
|
||||
<Link to="/catchup" class="button plain">
|
||||
<Icon icon="history" size="l" />
|
||||
</Link>
|
||||
)}
|
||||
{uiState === 'start' && (
|
||||
<Link to="/" class="button plain">
|
||||
<Icon icon="home" size="l" />
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
<h1>
|
||||
{uiState !== 'start' && (
|
||||
|
|
Loading…
Reference in a new issue