Skip to content

Commit 51eb2ee

Browse files
committed
Make caption italic
1 parent dc8423f commit 51eb2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/gas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const GasPage = ({ data }: PageProps<Queries.GasPageQuery>) => {
363363
</Box>
364364
<Table maxW={"100%"} minW={"auto"}>
365365
<TableCaption fontSize="sm">
366-
Figure 1: Gas used by transaction type
366+
<i>Figure 1: Gas used by transaction type</i>
367367
</TableCaption>
368368
<Thead>
369369
<Tr>

0 commit comments

Comments
 (0)