Skip to content

Commit

Permalink
fix: update title and minor tweaks (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada authored Sep 24, 2024
1 parent dbc383e commit ba9feca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import type * as Preset from '@docusaurus/preset-classic';
import { themes as prismThemes } from 'prism-react-renderer';

const config: Config = {
title: 'Calimero 2.0',
title: 'Calimero Network',
tagline:
"Calimero Network is a framework which enables building fully decentralized applications, ensuring everyone's data privacy.",
favicon: 'img/favicon.ico',
url: 'https://calimero-network.github.io',
baseUrl: '/',
organizationName: 'calimero-network',
projectName: 'calimero-2.0',
projectName: 'calimero-network',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
i18n: {
Expand Down
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
description={`${siteConfig.tagline}`}
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit ba9feca

Please sign in to comment.