Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Aug 13, 2024
1 parent ff9fa3b commit 0a7db55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/gas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ export default function Index(props: Props) {
return (
<NavigationProvider categories={props.categories}>
<SEO title={title} divider="⛽" description="Monitor and track the Ethereum gas price to reduce transaction fees save money." />
<TopnavLayout className={styles.container} title="Ethereum Gas tracker" action={{ href: 'https://www.ethgastracker.com/docs', text: 'Get API Access' }}>
<TopnavLayout
className={styles.container}
title="Ethereum Gas tracker"
action={{ href: 'https://www.ethgastracker.com/docs', text: 'Get API Access' }}>
<section>
<Featured className={styles.featured} double>
<Panel type="primary" fill stretch>
Expand Down

0 comments on commit 0a7db55

Please sign in to comment.