diff --git a/src/_blog/2023-01-26-announcing-durin.md b/src/_blog/2023-01-26-announcing-durin.md
index 20b57b6f..dabb1d0c 100644
--- a/src/_blog/2023-01-26-announcing-durin.md
+++ b/src/_blog/2023-01-26-announcing-durin.md
@@ -20,7 +20,7 @@ To date, it's been difficult to access, upload and share IPFS content using a mo
The transport-agnostic nature of IPFS content addresses means there are many ways to find and retrieve content on the IPFS public network. On a mobile device, the best balance of decentralization and device performance is to align with the network model of the device OS - transient connectivity.
-We do this in Durin by connecting to multiple HTTP gateways to the IPFS network. On app launch, Durin pings a list of public gateways, and determines which route is the most reliable and fastest way to access the network. This approach is functional but not optimal. We're working on specifications for multi-gateway connectivity patterns which balance a number of factors - such as verifiability guarantees, reader privacy, and not overloading gateways.
+We do this in Durin by connecting to the IPFS network via multiple HTTP gateways. On app launch, Durin pings a list of public gateways, and determines which route is the most reliable and fastest way to access the network. This approach is functional but not optimal. We're working on specifications for multi-gateway connectivity patterns which balance a number of factors - such as verifiability guarantees, reader privacy, and not overloading gateways.
@@ -40,8 +40,6 @@ Durin also saves a local history of uploads already shared.
-:warning: (screenshot) TODO :warning:
-
Using a single remote service is a usable first step, but doesn't provide long term user control of the data published. We're looking at tighter integration with local OS data storage, local sharing between devices when possible, and pluggable remote service support.
## Install Durin
@@ -68,10 +66,10 @@ We'd love to hear your ideas and feedback, and have you participate!
Join the #browsers-and-platforms channel which is bridged across the [Filecoin Slack](https://filecoin.io/slack/), [IPFS Discord](https://discord.gg/vZTcrFePpt) and [Element/Matrix](https://matrix.to/#/#browsers-and-standards:ipfs.io).
+Checkout the IPFS Thing talk, discussing Durin's role and some future ideas for the app.
+
+
+
## Shoutout
Shout out to [Trigram](https://www.trigram.co/) for continued work on Durin.
-
-## See You Soon!
-
-The next [IPFS Thing](https://2023.ipfs-thing.io/) is rapidly approaching, April 15th-19th, in Brussels. As a community, we'll be using that opportunity to share, discuss, and blaze forward with many new IPFS capabilities and implementations.
\ No newline at end of file
diff --git a/src/assets/announcing-durin-ipfs/durin-redirect.gif b/src/assets/announcing-durin-ipfs/durin-redirect.gif
index 501baf3f..b2369c00 100644
Binary files a/src/assets/announcing-durin-ipfs/durin-redirect.gif and b/src/assets/announcing-durin-ipfs/durin-redirect.gif differ
diff --git a/src/assets/announcing-durin-ipfs/filelist-durin.png b/src/assets/announcing-durin-ipfs/filelist-durin.png
index e11301ab..9accd9e1 100644
Binary files a/src/assets/announcing-durin-ipfs/filelist-durin.png and b/src/assets/announcing-durin-ipfs/filelist-durin.png differ
diff --git a/src/assets/announcing-durin-ipfs/gateway-durin.png b/src/assets/announcing-durin-ipfs/gateway-durin.png
index b9f362ac..1a79b1e5 100644
Binary files a/src/assets/announcing-durin-ipfs/gateway-durin.png and b/src/assets/announcing-durin-ipfs/gateway-durin.png differ