diff --git a/docs/case-study.mdx b/docs/case-study.mdx
index c42b511..6a11691 100644
--- a/docs/case-study.mdx
+++ b/docs/case-study.mdx
@@ -16,7 +16,9 @@ import HeaderLine from '@site/src/components/HeaderLine.tsx';
Symphony is an open source framework designed to make it easy for developers to build collaborative web applications. Symphony handles the complexities of implementing collaboration, including conflict resolution and real-time infrastructure, freeing developers to focus on creating unique and engaging features for their applications.
-
+
In this case study, we’ll discuss the challenges that arise when building collaborative experiences on the web, the limitations of traditional approaches in solving these problems, and how we designed Symphony to overcome them.
@@ -89,14 +91,13 @@ We can concretely demonstrate how conflict arises using the following examples.
Suppose that two users, Alice and Bob, are using a collaborative whiteboard. Bob changes a square shape to a circle whilst at the same time, Alice changes the square to a triangle.
-