diff --git a/client-solid/src/Components/Posts.tsx b/client-solid/src/Components/Posts.tsx
index 1e467d3..ad4d8a9 100644
--- a/client-solid/src/Components/Posts.tsx
+++ b/client-solid/src/Components/Posts.tsx
@@ -33,7 +33,6 @@ export function PostSegment(props: { post: Post }): JSXElement {
diff --git a/client-solid/src/Containers/Footer.tsx b/client-solid/src/Containers/Footer.tsx
index c4902ea..e4490eb 100644
--- a/client-solid/src/Containers/Footer.tsx
+++ b/client-solid/src/Containers/Footer.tsx
@@ -2,15 +2,15 @@ import { JSXElement } from "solid-js";
export function Footer(): JSXElement {
return (
- /* Something here is causing a Layout Shift, TODO: Fix */
-