Skip to content

Commit

Permalink
fix(SILVA-554): removing notification from landing page (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Oct 30, 2024
1 parent d3b384e commit ca02291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ objects:
- name: LOG_LEVEL
value: "${LOG_LEVEL}"
- name: VITE_BACKEND_URL
value: "https://${NAME}-${ZONE}-backend.${DOMAIN}:443"
value: "https://${NAME}-${ZONE}-backend.${DOMAIN}"
- name: VITE_USER_POOLS_WEB_CLIENT_ID
value: "${VITE_USER_POOLS_WEB_CLIENT_ID}"
- name: VITE_ZONE
Expand Down
31 changes: 0 additions & 31 deletions frontend/src/screens/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,6 @@ const Landing: React.FC = () => {
<BCGovLogo />
</div>

<div className="">
<InlineNotification
icondescription="describes the close button"
subtitle="See the release notes to find out what's new"
title="New Release!"
kind="info"
lowContrast
className = "inline-notification"
/>
</div>
<div className="">
<InlineNotification
icondescription="describes the close button"
subtitle="SILVA will be offline for up to 4 hours time starting on June 30, 2023 at 9:00pm"
title="Upcoming maintenance"
kind="warning"
lowContrast
className = "inline-notification"
/>
</div>
<div className="">
<InlineNotification
icondescription="describes the close button"
subtitle="SILVA is expected to come back online on July 1, 2023 at 11:11am"
title="SILVA is down"
kind="error"
lowContrast
className = "inline-notification"
/>
</div>

{/* Welcome - Title and Subtitle */}
<div className="mt-5">
<h1 data-testid="landing-title" className="landing-title">Welcome to SILVA</h1>
Expand Down

0 comments on commit ca02291

Please sign in to comment.