Skip to content

Commit

Permalink
Reinstate background steps image
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Oct 15, 2024
1 parent 5dc49fe commit 1676e2a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const TopicChannelTemplateInternal: React.FC<
extraHeader={<TopicChips topic={topic} />}
backgroundUrl={
displayConfiguration?.banner_background ??
"/static/images/background_steps.jpg"
"/images/backgrounds/background_steps.jpg"
}
extraActions={
<ChannelControlsContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const DepartmentListingPage: React.FC = () => {
return (
<>
<Banner
backgroundUrl="/images/background_steps.jpg"
backgroundUrl="/images/backgrounds/background_steps.jpg"
title="Browse by Academic Department"
header="At MIT, academic departments span a wide range of disciplines, from science and engineering to humanities. Select a department below to explore all of its non-degree learning offerings."
navText={
Expand Down
2 changes: 1 addition & 1 deletion frontends/ol-components/src/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Container from "@mui/material/Container"
import { ResponsiveStyleValue, SxProps } from "@mui/system"
import { Theme } from "../ThemeProvider/ThemeProvider"

const DEFAULT_BACKGROUND_IMAGE_URL = "/static/images/background_steps.jpg"
const DEFAULT_BACKGROUND_IMAGE_URL = "/images/backgrounds/background_steps.jpg"

const SubHeader = styled(Typography)({
marginTop: "8px",
Expand Down

0 comments on commit 1676e2a

Please sign in to comment.