Skip to content

Commit

Permalink
Improve display of preview/next button in fallback example
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 10, 2021
1 parent e90531a commit 1b9aab8
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,14 @@ const ExampleWithSSGAndFallbackAlbumPage: NextPage<Props> = (props): JSX.Element
</I18nLink>
)
}
{' | '}
<Btn
mode={'primary-outline'}
css={css`
border-width: 0;
`}
>
{' | '}
</Btn>
<I18nLink
href={'/examples/native-features/example-with-ssg-and-fallback/[albumId]'}
params={{
Expand Down

0 comments on commit 1b9aab8

Please sign in to comment.