diff --git a/doc-site/docs/images/smart_contracts_async_flow.svg b/doc-site/docs/images/smart_contracts_async_flow.svg
index 89634efa79..c4157d8311 100644
--- a/doc-site/docs/images/smart_contracts_async_flow.svg
+++ b/doc-site/docs/images/smart_contracts_async_flow.svg
@@ -1 +1,95 @@
-
\ No newline at end of file
+
+
diff --git a/doc-site/docs/tutorials/custom_contracts/index.md b/doc-site/docs/tutorials/custom_contracts/index.md
index 70a4467cd0..90cb9d5c21 100644
--- a/doc-site/docs/tutorials/custom_contracts/index.md
+++ b/doc-site/docs/tutorials/custom_contracts/index.md
@@ -49,8 +49,6 @@ Like the rest of FireFly, custom onchain logic support are implemented with an a
- The transaction itself happens asynchronously from the HTTP request that initiated it
- Blockchain events emitted by the custom onchain logic (Ethereum smart contracts, Fabric chaincodes, Corda flows, etc.) will be stored in FireFly's database if FireFly has a **Event Listener** set up for that specific type of event. FireFly will also emit an event of type `blockchain_event_received` when this happens.
-
-
