File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
8
const config = {
9
9
title : 'Habitat' ,
10
10
tagline : 'Start your organization on Optimism' ,
11
- url : 'https://habitat /' ,
11
+ url : 'https://0xhabitat.org /' ,
12
12
baseUrl : '/' ,
13
13
onBrokenLinks : 'throw' ,
14
14
onBrokenMarkdownLinks : 'warn' ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Background extends React.Component {
53
53
return (
54
54
< div >
55
55
< 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 } />
57
57
</ div >
58
58
</ div >
59
59
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Home() {
17
17
return (
18
18
< Layout
19
19
title = 'Home'
20
- description = "Description will go into a meta tag in <head /> " >
20
+ description = "🌱 Build and scale your DAO " >
21
21
< CoverSection />
22
22
< LandingPage />
23
23
</ Layout >
You can’t perform that action at this time.
0 commit comments