Skip to content

Commit a9cb077

Browse files
committed
* Added price source link
1 parent 71e67a5 commit a9cb077

File tree

1 file changed

+8
-3
lines changed
  • src/pages/software/egld-price-calculator

1 file changed

+8
-3
lines changed

src/pages/software/egld-price-calculator/index.jsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,14 @@ const EgldPriceCalculator = () => {
230230
</CardContent>
231231
</Card>
232232
{priceDate ? (
233-
<Typography variant="subtitle1" gutterBottom>
234-
Last update: {priceDate.toLocaleString()}
235-
</Typography>
233+
<>
234+
<Typography variant="subtitle1" gutterBottom>
235+
Last update: {priceDate.toLocaleString()}
236+
</Typography>
237+
<a href="https://coingecko.com" target="_blank" rel="noopener noreferrer">
238+
Source
239+
</a>
240+
</>
236241
) : null}
237242
</Container>
238243
<Snackbar open={!!error} autoHideDuration={6000} onClose={closeSnackbar}>

0 commit comments

Comments
 (0)