Skip to content

Commit ee9cafe

Browse files
committed
minor fixes
1 parent b6cbe58 commit ee9cafe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Habitat',
1010
tagline: 'Start your organization on Optimism',
11-
url: 'https://habitat/',
11+
url: 'https://0xhabitat.org/',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',

src/pages/components/Background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Background extends React.Component {
5353
return (
5454
<div>
5555
<div className={styles.background_wrapper}>
56-
<canvas width='12' height='12' className='background_animation' ref={this.canvasRef} />
56+
<canvas width='8' height='12' className='background_animation' ref={this.canvasRef} />
5757
</div>
5858
</div>
5959
)

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Home() {
1717
return (
1818
<Layout
1919
title='Home'
20-
description="Description will go into a meta tag in <head />">
20+
description="🌱 Build and scale your DAO">
2121
<CoverSection />
2222
<LandingPage />
2323
</Layout>

0 commit comments

Comments
 (0)