diff --git a/FIX_PROPOSAL.md b/FIX_PROPOSAL.md
new file mode 100644
index 0000000..407d37f
--- /dev/null
+++ b/FIX_PROPOSAL.md
@@ -0,0 +1,15 @@
+To fix the issue, you need to replace the "hard-drive" icon with a "memory" icon in the `SystemSpecs.tsx` file.
+
+Here is the exact code fix:
+
+```tsx
+// Replace this line:
+
+
+// With this:
+
+```
+
+This change should be made on line 281 of the `SystemSpecs.tsx` file.
+
+After making this change, the Memory row in the specs list should use the correct RAM-style memory icon instead of the hard-drive icon.
\ No newline at end of file