feat: redirect login to proper route, navigation with Seek component on year pages
This commit is contained in:
@@ -38,9 +38,7 @@ const Seek = ({ title = "", prev = "", next = "", disableNext, theme }) => (
|
||||
disabled={disableNext}
|
||||
name="ChevronRight"
|
||||
style={{
|
||||
color: disableNext
|
||||
? theme.colors.quarternary
|
||||
: theme.colors.secondary
|
||||
color: disableNext ? theme.colors.hover : theme.colors.secondary
|
||||
}}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user