Commit bbbbdfec authored by isstuev's avatar isstuev

lower case

parent c41fef88
...@@ -94,7 +94,7 @@ const Marketplace = () => { ...@@ -94,7 +94,7 @@ const Marketplace = () => {
mr={ 2 } mr={ 2 }
/> />
Submit an App Submit an app
</Link> </Link>
</Skeleton> </Skeleton>
) } ) }
......
...@@ -81,7 +81,7 @@ const SearchResultsPageContent = () => { ...@@ -81,7 +81,7 @@ const SearchResultsPageContent = () => {
<Table variant="simple" size="md" fontWeight={ 500 }> <Table variant="simple" size="md" fontWeight={ 500 }>
<Thead top={ pagination.isVisible ? 80 : 0 }> <Thead top={ pagination.isVisible ? 80 : 0 }>
<Tr> <Tr>
<Th width="30%">Search Result</Th> <Th width="30%">Search result</Th>
<Th width="35%"/> <Th width="35%"/>
<Th width="35%" pr={ 10 }/> <Th width="35%" pr={ 10 }/>
<Th width="150px">Category</Th> <Th width="150px">Category</Th>
......
...@@ -23,7 +23,7 @@ const TriggerButton = ({ isOpen, onClick }: Props, ref: React.ForwardedRef<HTMLB ...@@ -23,7 +23,7 @@ const TriggerButton = ({ isOpen, onClick }: Props, ref: React.ForwardedRef<HTMLB
h="30px" h="30px"
> >
<Icon as={ rocketIcon } boxSize={ 4 } mr={ 1 }/> <Icon as={ rocketIcon } boxSize={ 4 } mr={ 1 }/>
<span>Project Info</span> <span>Project info</span>
<Icon as={ arrowIcon } transform={ isOpen ? 'rotate(90deg)' : 'rotate(-90deg)' } transitionDuration="faster" boxSize={ 5 } ml={ 1 }/> <Icon as={ arrowIcon } transform={ isOpen ? 'rotate(90deg)' : 'rotate(-90deg)' } transitionDuration="faster" boxSize={ 5 } ml={ 1 }/>
</Button> </Button>
); );
......
...@@ -27,7 +27,7 @@ const TxDetailsActions = ({ actions }: Props) => { ...@@ -27,7 +27,7 @@ const TxDetailsActions = ({ actions }: Props) => {
return ( return (
<DetailsInfoItem <DetailsInfoItem
title="Transaction Action" title="Transaction action"
hint="Highlighted events of the transaction" hint="Highlighted events of the transaction"
note={ hasScroll ? 'Scroll to see more' : undefined } note={ hasScroll ? 'Scroll to see more' : undefined }
position="relative" position="relative"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment