Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 3c0a098

Browse files
committed
fixed typo
1 parent a936889 commit 3c0a098

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docusaurus.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const npmOrgUrl = 'https://www.npmjs.com/package/@agile-ts';
88

99
const customFields = {
1010
copyright: `Created with 💜 in Germany | Copyright © ${new Date().getFullYear()} <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DevBenno">BennoDev</a>`,
11-
description: 'AgileTs is a spacy, fast, simple State Management Framework',
1211
meta: {
1312
title: 'Spacy State Manager',
1413
image: '/img/meta.png',
@@ -40,7 +39,7 @@ const customFields = {
4039

4140
const config = {
4241
title: 'AgileTs',
43-
tagline: 'AgileTs is a spacy, fast, simple State-Management Framework',
42+
tagline: 'AgileTs is a spacy, fast, simple State Management Framework',
4443
url: customFields.domain,
4544
baseUrlIssueBanner: false,
4645
baseUrl: '/',

src/pages/LandingPage/components/HeaderView/index.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ const HeaderView: React.FC = () => {
3838
defaultText={toTypeWords[0] || 'simple'}
3939
/>
4040
<Spacer height={50} />
41-
<div className={styles.DescriptionText}>
42-
{siteConfig.customFields.description}
43-
</div>
41+
<div className={styles.DescriptionText}>{siteConfig.tagline}</div>
4442
<Spacer height={50} />
4543
<div className={styles.ButtonContainer}>
4644
<PrimaryButton

0 commit comments

Comments
 (0)