mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +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-grid">
|
||||||
<div class="header-side">
|
<div class="header-side">
|
||||||
<NavMenu />
|
<NavMenu />
|
||||||
<Link to="/" class="button plain home-button">
|
{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" />
|
<Icon icon="home" size="l" />
|
||||||
</Link>
|
</Link>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<h1>
|
<h1>
|
||||||
{uiState !== 'start' && (
|
{uiState !== 'start' && (
|
||||||
|
|
Loading…
Reference in a new issue