Merge pull request #48 from yougotwill/lokinet_roadmap

Lokinet Roadmap
This commit is contained in:
William Grant 2021-11-22 16:20:18 +11:00 committed by GitHub
commit a90a8f4c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
import Image from 'next/image';
import { useMeasure } from 'react-use';
import { NAVIGATION, METADATA } from '../constants';
import { SideMenuItem } from '../state/navigation';
import { METADATA, NAVIGATION } from '../constants';
import CustomHead from '../components/CustomHead';
import Image from 'next/image';
import { SideMenuItem } from '../state/navigation';
import { useMeasure } from 'react-use';
function Roadmap() {
const [ref, { width, height }] = useMeasure();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB