From b0a46cf6f51d85d49b121d356c082ff2eed91876 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 15 Jul 2021 15:50:27 -0400 Subject: new sidebar actions --- docs/src/components/EditOnGithub.tsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'docs/src/components/EditOnGithub.tsx') diff --git a/docs/src/components/EditOnGithub.tsx b/docs/src/components/EditOnGithub.tsx index 5ff74e364..8209213dc 100644 --- a/docs/src/components/EditOnGithub.tsx +++ b/docs/src/components/EditOnGithub.tsx @@ -3,21 +3,11 @@ import { h } from 'preact'; const EditOnGithub: FunctionalComponent<{ href: string }> = ({ href }) => { return ( - - + - Edit on GitHub + width="1em"> + Edit this page ); }; -- cgit v1.2.3