Skip to content

Commit

Permalink
docs: update hybrid-link to follow the geist component
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Feb 2, 2022
1 parent 59f6069 commit 5845187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/mdx-widgets/hybrid-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const HybridLink: React.FC<HybridLinkProps> = ({ href = '#', children, ...props
if (isRelativeUrl) {
return (
<NextLink href={href} passHref>
<Link color block ml="-2px" px="4px" py="2px" {...props}>
<Link color block {...props}>
{children}
</Link>
</NextLink>
Expand Down
2 changes: 1 addition & 1 deletion pages/en-us/guide/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const App = () => {

Customizing a theme is very simple in Geist UI, you just need to provide a new theme `Object`,
and all the components will change automatically.
Here is a [complete sample project](https://github.com/geist-org/geist-ui/tree/master/examples/custom-themes) for reference.
Here is a complete [sample](https://github.com/geist-org/geist-ui/tree/master/examples/custom-themes) for reference.

```jsx
import { CssBaseline, GeistProvider, Themes } from '@geist-ui/core'
Expand Down

0 comments on commit 5845187

Please # to comment.