Skip to content

Commit

Permalink
update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed May 21, 2023
1 parent cc8e4dd commit 0f44650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br> 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
Expand Down
2 changes: 1 addition & 1 deletion apps/doc/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<HeroBannerRightStar />
</div>
<h1 className={styles.heroBannerTitle}>{siteConfig.title}</h1>
<p className={styles.heroBannerSubTitle}>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.</p>
<p className={styles.heroBannerSubTitle}>{siteConfig.tagline}</p>
</div>
</header>
);
Expand Down

2 comments on commit 0f44650

@vercel
Copy link

@vercel vercel bot commented on 0f44650 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0f44650 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.