From 0f44650bb3c1254b3041d02703db0e3f99364690 Mon Sep 17 00:00:00 2001 From: "Li, Amazing Ang" Date: Sun, 21 May 2023 16:47:46 +0800 Subject: [PATCH] update tagline --- apps/doc/docusaurus.config.js | 2 +- apps/doc/src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/doc/docusaurus.config.js b/apps/doc/docusaurus.config.js index acf23c6..10eb14b 100644 --- a/apps/doc/docusaurus.config.js +++ b/apps/doc/docusaurus.config.js @@ -32,7 +32,7 @@ const SECTIONS = [ /** @type {import('@docusaurus/types').Config} */ const config = { title: "SoLive", - tagline: "The first open-source lightweight Solidity IDE that can be easily integrated into websites, documents, and tutorials.
Powered by WTF Academy, Inspired by Remix-IDE and react-live.", + tagline: "The first open-source lightweight Solidity IDE that can be easily integrated into websites, documents, and tutorials. Powered by WTF Academy, Inspired by Remix-IDE and react-live.", favicon: "img/favicon.ico", // Set the production url of your site here diff --git a/apps/doc/src/pages/index.tsx b/apps/doc/src/pages/index.tsx index e2e81e7..0bda33e 100644 --- a/apps/doc/src/pages/index.tsx +++ b/apps/doc/src/pages/index.tsx @@ -18,7 +18,7 @@ function HomepageHeader() {

{siteConfig.title}

-

The first open-source lightweight Solidity IDE that can be easily integrated into websites, documents, and tutorials. {"\n"} Powered by WTF Academy, Inspired by Remix-IDE and react-live.

+

{siteConfig.tagline}

);