diff --git a/frontend/src/app/docs/api-docs/api-docs.component.html b/frontend/src/app/docs/api-docs/api-docs.component.html index e2524a27d..4f7cdd9ad 100644 --- a/frontend/src/app/docs/api-docs/api-docs.component.html +++ b/frontend/src/app/docs/api-docs/api-docs.component.html @@ -9,6 +9,11 @@
+
+

mempool.space merely provides data about the Bitcoin network. It cannot help you with retrieving funds, confirming your transaction quicker, etc.

For any such requests, you need to get in touch with the entity that helped make the transaction (wallet software, exchange company, etc).

+ +
+

{{ item.title }}

diff --git a/frontend/src/app/docs/api-docs/api-docs.component.scss b/frontend/src/app/docs/api-docs/api-docs.component.scss index acfc209e5..0285e750c 100644 --- a/frontend/src/app/docs/api-docs/api-docs.component.scss +++ b/frontend/src/app/docs/api-docs/api-docs.component.scss @@ -219,6 +219,22 @@ h3 { display: none; } +#disclaimer { + background-color: #1d1f31; + padding: 24px; + margin: 24px 0; +} + +#disclaimer svg { + width: 50px; + height: auto; + margin-right: 32px; +} + +#disclaimer p:last-child { + margin-bottom: 0; +} + @media (max-width: 992px) { h3 {