From 26a9f8e2070c7dc3ed5f176318881853c7dbb918 Mon Sep 17 00:00:00 2001 From: Roj Date: Mon, 13 Mar 2023 10:38:27 +0300 Subject: [PATCH] Fix things --- src/components/AboutPage.astro | 8 ++++---- src/components/CodeBlock.astro | 2 +- src/components/WhyPage.astro | 20 +++++++++----------- src/layouts/main.astro | 7 ++++--- src/pages/others.astro | 30 +++++++++++++++--------------- 5 files changed, 33 insertions(+), 34 deletions(-) diff --git a/src/components/AboutPage.astro b/src/components/AboutPage.astro index 0cd4f02..3daf453 100644 --- a/src/components/AboutPage.astro +++ b/src/components/AboutPage.astro @@ -12,17 +12,17 @@ Theo, Mark and - Jason + Jason.

Hosted on - Vercel + Vercel.

Source available on - Github - + Github.

diff --git a/src/components/CodeBlock.astro b/src/components/CodeBlock.astro index 23fd0b5..d1e6710 100644 --- a/src/components/CodeBlock.astro +++ b/src/components/CodeBlock.astro @@ -15,7 +15,7 @@ const CURRENT_RECOMMENDED_COMMAND = "npx create-t3-app@latest"; {CURRENT_RECOMMENDED_COMMAND} -
Copied Successfully!
+
Copied successfully!