From 58451870840d983fab9143a0fd70f2340eefd822 Mon Sep 17 00:00:00 2001 From: unix Date: Wed, 2 Feb 2022 21:58:55 +0800 Subject: [PATCH] docs: update hybrid-link to follow the geist component --- lib/components/mdx-widgets/hybrid-link.tsx | 2 +- pages/en-us/guide/themes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/mdx-widgets/hybrid-link.tsx b/lib/components/mdx-widgets/hybrid-link.tsx index 8256174ea..1837b5f57 100644 --- a/lib/components/mdx-widgets/hybrid-link.tsx +++ b/lib/components/mdx-widgets/hybrid-link.tsx @@ -13,7 +13,7 @@ const HybridLink: React.FC = ({ href = '#', children, ...props if (isRelativeUrl) { return ( - + {children} diff --git a/pages/en-us/guide/themes.mdx b/pages/en-us/guide/themes.mdx index 6e57abef7..fe0200168 100644 --- a/pages/en-us/guide/themes.mdx +++ b/pages/en-us/guide/themes.mdx @@ -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'