mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-18 02:19:09 +00:00
feat: add Api and Session contexts
This commit is contained in:
parent
f65779f925
commit
9c2a6a8d61
13 changed files with 340 additions and 7 deletions
|
@ -1,3 +1,4 @@
|
|||
import { Link } from '@reach/router';
|
||||
import { onSmallScreen } from '@roleypoly/design-system/atoms/breakpoints';
|
||||
import { palette } from '@roleypoly/design-system/atoms/colors';
|
||||
import { transitions } from '@roleypoly/design-system/atoms/timings';
|
||||
|
@ -66,7 +67,7 @@ export const InteractionBase = styled.div<InteractionBaseProps>`
|
|||
}
|
||||
`;
|
||||
|
||||
export const MastheadA = styled.a`
|
||||
export const MastheadA = styled(Link)`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue