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

fixed typos #55

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ const npmOrgUrl = 'https://www.npmjs.com/package/@agile-ts';

const customFields = {
copyright: `Created with 💜 in Germany | Copyright © ${new Date().getFullYear()} <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/DevBenno">BennoDev</a>`,
description:
'AgileTs is an open source State Management Framework. It makes State Management fast and easy to use.',
description: 'AgileTs is a spacy, fast, simple State Management Framework',
meta: {
title: 'Spacy State Manager',
image: '/img/meta.gif',
description: 'AgileTs is a spacy, fast, simple State Management Framework',
image: '/img/meta.png',
description:
'AgileTs is an open source State Management Framework, which makes State Management fast, easy and overall fun.',
color: '#6c69a0',
},
domain,
githubOrgUrl,
Expand Down Expand Up @@ -63,7 +64,7 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
// image: '/img/meta.gif', // Gets used in Head
// image: '/img/meta.png', // Gets used in Head
announcementBar: {
id: 'github-star',
content: customFields.announcementBarContent,
Expand Down
4 changes: 1 addition & 3 deletions src/pages/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ const LandingPage: React.FC = () => {
const { siteConfig } = useDocusaurusContext();

return (
<PageLayout
description={siteConfig.customFields.description}
title={siteConfig.customFields.title}>
<PageLayout title={siteConfig.customFields.title}>
<div className={styles.Container}>
<HeaderView />
<StraightforwardView />
Expand Down
Binary file removed static/img/meta.gif
Binary file not shown.
Binary file added static/img/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.