Skip to content
Snippets Groups Projects

Add Details Page

Merged Aggarwal Himanshu requested to merge details-page into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -144,7 +144,7 @@ export default function DetailPage({ errorStatus, cryptocurrency }) {
ReactHtmlParser(
coinDetail.data?.description?.en.replaceAll(
"https://www.coingecko.com/en/coins/",
"http://localhost:3000/coins/"
"/coins/"
)
)
) : (
Loading