Skip to content

Commit

Permalink
adjust image size; fix wording "All System Operational" -> "All Syste…
Browse files Browse the repository at this point in the history
…ms Operational"
  • Loading branch information
ac6y committed Feb 6, 2025
1 parent 3b887a9 commit 45c1e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Home: NextPage = () => {
<div className="mt-20 absolute inset-0 bg-[url(/grid.svg)] bg-center [mask-image:linear-gradient(180deg,white,rgba(255,255,255,0))]"></div>
<div className="w-full h-40 absolute bg-light-gray dark:purple dark:bg-black">
<div className="sm:ml-0 ml-5 mr-0 mt-3 md:pl-80 md:pr-80 sm:w-full h-full bg-purple-500 dark:bg-black">
<Image src="/s3df-status/slac_s3df_acronym_long_screen_small.png" width={150} height={50} className="w-40 h-16" alt="Tailwind Play" />
<Image src="/s3df-status/slac_s3df_acronym_long_screen_small.png" width={345} height={37} className="w-40 h-16" alt="Tailwind Play" />
</div>
</div>
<div className='mt-20 w-full absolute overflow-scroll '>
Expand Down
2 changes: 1 addition & 1 deletion src/services/hooks/useSystemStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function useSystemStatus() {

if (services.every((item) => item.status === "success")) {
setSystemStatus({
title: "All System Operational",
title: "All Systems Operational",
status: Status.OPERATIONAL,
datetime: services[0].date
});
Expand Down

0 comments on commit 45c1e91

Please sign in to comment.