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

Commit 5debd45

Browse files
authored
Merge pull request #55 from agile-ts/develop
fixed typos
2 parents dba1f13 + a936889 commit 5debd45

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docusaurus.config.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ 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:
12-
'AgileTs is an open source State Management Framework. It makes State Management fast and easy to use.',
11+
description: 'AgileTs is a spacy, fast, simple State Management Framework',
1312
meta: {
1413
title: 'Spacy State Manager',
15-
image: '/img/meta.gif',
16-
description: 'AgileTs is a spacy, fast, simple State Management Framework',
14+
image: '/img/meta.png',
15+
description:
16+
'AgileTs is an open source State Management Framework, which makes State Management fast, easy and overall fun.',
17+
color: '#6c69a0',
1718
},
1819
domain,
1920
githubOrgUrl,
@@ -63,7 +64,7 @@ const config = {
6364
disableSwitch: false,
6465
respectPrefersColorScheme: true,
6566
},
66-
// image: '/img/meta.gif', // Gets used in Head
67+
// image: '/img/meta.png', // Gets used in Head
6768
announcementBar: {
6869
id: 'github-star',
6970
content: customFields.announcementBarContent,

src/pages/LandingPage/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ const LandingPage: React.FC = () => {
1616
const { siteConfig } = useDocusaurusContext();
1717

1818
return (
19-
<PageLayout
20-
description={siteConfig.customFields.description}
21-
title={siteConfig.customFields.title}>
19+
<PageLayout title={siteConfig.customFields.title}>
2220
<div className={styles.Container}>
2321
<HeaderView />
2422
<StraightforwardView />

static/img/meta.gif

-3.5 MB
Binary file not shown.

static/img/meta.png

141 KB
Loading

0 commit comments

Comments
 (0)