Commit bbbbdfec authored by isstuev's avatar isstuev

lower case

parent c41fef88
......@@ -94,7 +94,7 @@ const Marketplace = () => {
mr={ 2 }
/>
Submit an App
Submit an app
</Link>
</Skeleton>
) }
......
......@@ -81,7 +81,7 @@ const SearchResultsPageContent = () => {
<Table variant="simple" size="md" fontWeight={ 500 }>
<Thead top={ pagination.isVisible ? 80 : 0 }>
<Tr>
<Th width="30%">Search Result</Th>
<Th width="30%">Search result</Th>
<Th width="35%"/>
<Th width="35%" pr={ 10 }/>
<Th width="150px">Category</Th>
......
......@@ -23,7 +23,7 @@ const TriggerButton = ({ isOpen, onClick }: Props, ref: React.ForwardedRef<HTMLB
h="30px"
>
<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 }/>
</Button>
);
......
......@@ -27,7 +27,7 @@ const TxDetailsActions = ({ actions }: Props) => {
return (
<DetailsInfoItem
title="Transaction Action"
title="Transaction action"
hint="Highlighted events of the transaction"
note={ hasScroll ? 'Scroll to see more' : undefined }
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