From a5782a37c8c72b0a926107552649b5adc30eb7aa Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Thu, 27 May 2021 14:17:27 +0000 Subject: [ci] yarn format --- examples/doc/src/components/EditOnGithub.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'examples/doc/src/components/EditOnGithub.tsx') diff --git a/examples/doc/src/components/EditOnGithub.tsx b/examples/doc/src/components/EditOnGithub.tsx index e39dafce3..f7478934f 100644 --- a/examples/doc/src/components/EditOnGithub.tsx +++ b/examples/doc/src/components/EditOnGithub.tsx @@ -4,10 +4,23 @@ import { h } from 'preact'; const EditOnGithub: FunctionalComponent<{ href: string }> = ({ href }) => { return ( - + + + + + Edit on GitHub ); -} +}; export default EditOnGithub; -- cgit v1.2.3