fixed ordered list

This commit is contained in:
Tommy
2022-01-08 00:07:32 +00:00
committed by Scott Stevenson
parent d318590ee7
commit 09e416f642

View File

@@ -3,7 +3,7 @@ import {
Box,
Text,
ListItem,
UnorderedList,
OrderedList,
} from "@metafam/ds"
import BackgroundImage from 'assets/landing/whatWeDo-background.png'
@@ -35,14 +35,14 @@ function WhatWeDo() {
<Text pt="130px" pb="35px" fontWeight = "700">
What are we doing?
</Text>
<UnorderedList pb="35px" fontWeight = "300" opacity = "0.8">
<OrderedList pb="35px" fontWeight = "300" opacity = "0.8">
<ListItem >Curating knowledge</ListItem>
<ListItem>Organizing events</ListItem>
<ListItem>Producing content</ListItem>
<ListItem>Building technologies</ListItem>
<ListItem>Uniting aligned people & communities</ListItem>
<ListItem>Putting together the pieces of the New World puzzle</ListItem>
</UnorderedList>
</OrderedList>
<Text fontWeight = "700" width = "100%">In short, anything & everything related to DAOs & helping people build the future they want to live in</Text>