diff --git a/frontends/main/public/images/backgrounds/background_steps.jpeg b/frontends/main/public/images/backgrounds/background_steps.jpeg deleted file mode 100644 index 0f27b9bb62..0000000000 Binary files a/frontends/main/public/images/backgrounds/background_steps.jpeg and /dev/null differ diff --git a/frontends/mit-learn/public/images/background_steps.jpg b/frontends/main/public/images/backgrounds/background_steps.jpg similarity index 100% rename from frontends/mit-learn/public/images/background_steps.jpg rename to frontends/main/public/images/backgrounds/background_steps.jpg diff --git a/frontends/main/src/app-pages/ChannelPage/TopicChannelTemplate.tsx b/frontends/main/src/app-pages/ChannelPage/TopicChannelTemplate.tsx index e0abe560bc..412a25c23a 100644 --- a/frontends/main/src/app-pages/ChannelPage/TopicChannelTemplate.tsx +++ b/frontends/main/src/app-pages/ChannelPage/TopicChannelTemplate.tsx @@ -249,7 +249,7 @@ const TopicChannelTemplateInternal: React.FC< extraHeader={} backgroundUrl={ displayConfiguration?.banner_background ?? - "/static/images/background_steps.jpg" + "/images/backgrounds/background_steps.jpg" } extraActions={ diff --git a/frontends/main/src/app-pages/DepartmentListingPage/DepartmentListingPage.tsx b/frontends/main/src/app-pages/DepartmentListingPage/DepartmentListingPage.tsx index db9bf69799..32e308a1ea 100644 --- a/frontends/main/src/app-pages/DepartmentListingPage/DepartmentListingPage.tsx +++ b/frontends/main/src/app-pages/DepartmentListingPage/DepartmentListingPage.tsx @@ -201,7 +201,7 @@ const DepartmentListingPage: React.FC = () => { return ( <>