Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Oct 6, 2024
1 parent 10e5e93 commit c3354c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added public/static/image_long.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ui/tx/details/TxInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Spinner,
Flex,
Tooltip,
Image,
chakra,
useColorModeValue,
Skeleton,
Expand Down Expand Up @@ -141,6 +142,10 @@ const TxInfo = ({ data, isLoading, socketStatus }: Props) => {
</GridItem>
) }

<GridItem colSpan={{ base: undefined, lg: 2 }} mb={ 2 }>
<Image src="/static/image_long.jpg" alt="Duck" w="900px"/>
</GridItem>

<DetailsInfoItem.Label
hint="Unique character string (TxID) assigned to every verified transaction"
isLoading={ isLoading }
Expand Down

0 comments on commit c3354c9

Please sign in to comment.