From 12275a52cd6e81c8a0492352a4c4cc1a351abfb9 Mon Sep 17 00:00:00 2001 From: Minh-Phuc Tran <25026967+phuctm97@users.noreply.github.com> Date: Thu, 17 Feb 2022 18:41:51 +0700 Subject: [PATCH] fix: update styles of PH badge --- README.md | 2 +- pages/[[...slug]].tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed635e4..a19d9f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Explain shell commands using next-generation autocomplete from [Fig](https://fig.io). -shell.how - Explain how your shell command works | Product Hunt +shell.how - Explain how your shell command works | Product Hunt ## Contributing diff --git a/pages/[[...slug]].tsx b/pages/[[...slug]].tsx index 9477e83..46ec2b3 100644 --- a/pages/[[...slug]].tsx +++ b/pages/[[...slug]].tsx @@ -79,7 +79,7 @@ const Index: NextPage = ({ initialCommandString }) => { return ( <> -
+
{/* Title */}

@@ -202,12 +202,12 @@ const Index: NextPage = ({ initialCommandString }) => { )}

-