Skip to content

Commit

Permalink
Replace homepage image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Dec 18, 2024
1 parent 4869a77 commit 5c22a9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added screen2.0/public/SCREEN-Landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screen2.0/public/homeImage.png
Binary file not shown.
6 changes: 3 additions & 3 deletions screen2.0/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Box, IconButton, Stack, Tooltip, Typography } from "@mui/material"
import { MainSearch } from "./_mainsearch/mainsearch"
import Grid from "@mui/material/Grid2"
import homeImage from "../../public/homeImage.png"
import HomeImage from "../../public/SCREEN-Landing.png"
import Image from "next/image"
import humanTransparentIcon from "../../public/Transparent_HumanIcon.png"
import mouseTransparentIcon from "../../public/Transparent_MouseIcon.png"
Expand All @@ -13,7 +13,7 @@ import Config from "../config.json"
export default function Home() {
return (
<main>
<Grid container spacing={6} sx={{ mr: "auto", ml: "auto", mt: "3rem", maxWidth: '95%' }}>
<Grid container spacing={3} sx={{ mr: "auto", ml: "auto", mt: "3rem", maxWidth: '95%' }}>
<Grid size={12}>
<Typography variant="h3">SCREEN</Typography>
<Typography variant="h5">Search Candidate cis-Regulatory Elements by ENCODE</Typography>
Expand Down Expand Up @@ -77,7 +77,7 @@ export default function Home() {
xs: 12,
lg: 6
}}>
<Image priority src={homeImage} alt={"SCREEN home image"} style={{width: '100%', maxWidth: '685px', height: 'auto'}} />
<Image priority src={HomeImage} alt={"SCREEN home image"} style={{width: '100%', maxWidth: '800px', height: 'auto'}} />
</Grid>
</Grid>
</main>
Expand Down

0 comments on commit 5c22a9a

Please sign in to comment.