diff --git a/server/server/database/test_data/page_html_dummy.sql b/server/server/database/test_data/page_html_dummy.sql
index f3200264..66cde664 100644
--- a/server/server/database/test_data/page_html_dummy.sql
+++ b/server/server/database/test_data/page_html_dummy.sql
@@ -59,7 +59,7 @@ INSERT INTO page_html (name, html) VALUES
How will my organization benefit from sponsoring a Senior Project?
-
+
Help educate the next generation of software engineers who you might want as employees
Get the benefits of any work the team does in clarifying your problem, designing a solution,
diff --git a/ui/src/components/Tabs/AdminTab/ArchiveEditor/UniqueArchivePage.js b/ui/src/components/Tabs/AdminTab/ArchiveEditor/UniqueArchivePage.js
index 3c2a5479..8a1e8d69 100644
--- a/ui/src/components/Tabs/AdminTab/ArchiveEditor/UniqueArchivePage.js
+++ b/ui/src/components/Tabs/AdminTab/ArchiveEditor/UniqueArchivePage.js
@@ -108,7 +108,7 @@ function UniqueProjectPage({ projectData }) {
)
}
-
+
{project?.poster_thumb && (
-
+
@@ -211,7 +211,7 @@ function UniqueProjectPage({ projectData }) {
-
+
Synopsis
diff --git a/ui/src/components/Tabs/ProjectsTab/WebsiteViewerModal.js b/ui/src/components/Tabs/ProjectsTab/WebsiteViewerModal.js
index 62fec77c..ecb208c3 100644
--- a/ui/src/components/Tabs/ProjectsTab/WebsiteViewerModal.js
+++ b/ui/src/components/Tabs/ProjectsTab/WebsiteViewerModal.js
@@ -193,7 +193,7 @@ export default function WebsiteViewerModal(props) {
)
}
-
+
{archive?.poster_thumb && (
-
+
@@ -296,7 +296,7 @@ export default function WebsiteViewerModal(props) {
-
+
Synopsis
diff --git a/ui/src/components/pages/HomePage.js b/ui/src/components/pages/HomePage.js
index ed4f3c51..2d617da1 100644
--- a/ui/src/components/pages/HomePage.js
+++ b/ui/src/components/pages/HomePage.js
@@ -53,13 +53,13 @@ function HomePage() {
/>
)}