From a90d78ab2e47a105257f53c2fa5429ec5ecf52d8 Mon Sep 17 00:00:00 2001 From: renomureza Date: Thu, 1 Aug 2024 20:43:29 +0700 Subject: [PATCH 1/3] update logo: more precise size & sharper --- docs/components/icons/solidstart-logo.tsx | 281 ++++++---------------- 1 file changed, 76 insertions(+), 205 deletions(-) diff --git a/docs/components/icons/solidstart-logo.tsx b/docs/components/icons/solidstart-logo.tsx index a0471c411..aa2425482 100644 --- a/docs/components/icons/solidstart-logo.tsx +++ b/docs/components/icons/solidstart-logo.tsx @@ -4,258 +4,129 @@ interface Props { export function SolidStartLogo(props: Props) { return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + From b34d66c88ce3ac970c2a421dbf39682c841ba979 Mon Sep 17 00:00:00 2001 From: renomureza Date: Thu, 1 Aug 2024 21:25:11 +0700 Subject: [PATCH 2/3] fix: broken on small screen --- docs/components/code-snippet.tsx | 2 +- docs/components/sections/announcement.tsx | 2 +- docs/components/sections/deploy-anywhere.tsx | 6 +++--- docs/components/sections/hero.tsx | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/components/code-snippet.tsx b/docs/components/code-snippet.tsx index 110767a20..719d1b5f7 100644 --- a/docs/components/code-snippet.tsx +++ b/docs/components/code-snippet.tsx @@ -17,7 +17,7 @@ const getSolidStartVersion = async () => { export function CodeSnippet() { const [npmVersion] = createResource(() => getSolidStartVersion()); return ( -