1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-16 03:12:48 +02:00

fixed path to examples

This commit is contained in:
CameronAckermanSEL 2020-08-19 09:23:39 -07:00
parent 912d4b79da
commit e7b5f75989

View File

@ -295,7 +295,7 @@ const ExamplePage = ({ example }: { example: string }) => {
<ExampleTitle>
{name}
<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)
</A>