diff --git a/src/docs/guides/graphics-kit.stories.mdx b/src/docs/guides/graphics-kit.stories.mdx
index b001635c..c7ffef43 100644
--- a/src/docs/guides/graphics-kit.stories.mdx
+++ b/src/docs/guides/graphics-kit.stories.mdx
@@ -14,12 +14,12 @@ import quickitImg from './imgs/quickit.png';
If you haven't, check out ["Using Reuters Graphics Components" in the Graphics Kit docs](https://reuters-graphics.github.io/docs_graphics-kit/for_developers/graphics-components/) to get a general idea of how to use components.
+## Quickit
+
Look for 🚀 QUICKIT stories (Quick Kit 🤣🙄) for some of our most commonly used components. These stories
include easy copy/paste snippets as well as Google Doc block examples that should
shortcut getting a component working in the Graphics Kit.
-
-
(Want a QUICKIT story for another component? [Just ask us!](https://github.com/reuters-graphics/graphics-components/issues/new?labels=%F0%9F%93%9A%20documentation&assignees=hobbes7878))
## FAQs
@@ -44,19 +44,13 @@ In most cases, that means you'll need to prefix relative paths with the special
```svelte
-{#each content.blocks as block}
-
-
-
-{:else if block.Type === 'photo'} {/each}
+
```
### How do I change this component's styles?
diff --git a/src/docs/guides/imgs/quickit.png b/src/docs/guides/imgs/quickit.png
index c0b6d633..4875bdbf 100644
Binary files a/src/docs/guides/imgs/quickit.png and b/src/docs/guides/imgs/quickit.png differ