mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 21:21:21 +02:00
fixed path to examples
This commit is contained in:
@@ -295,7 +295,7 @@ const ExamplePage = ({ example }: { example: string }) => {
|
|||||||
<ExampleTitle>
|
<ExampleTitle>
|
||||||
{name}
|
{name}
|
||||||
<A
|
<A
|
||||||
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.js`}
|
href={`https://github.com/ianstormtaylor/slate/blob/master/site/examples/${path}.tsx`}
|
||||||
>
|
>
|
||||||
(View Source)
|
(View Source)
|
||||||
</A>
|
</A>
|
||||||
|
Reference in New Issue
Block a user