Skip to content

Commit

Permalink
trigger redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Jun 4, 2024
1 parent 758826d commit e5a313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immuscreen/src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Grid2 from "@mui/material/Unstable_Grid2/Grid2"
export default function About() {
return (
<main>
<Grid2 container spacing={4} sx={{ maxWidth: "70%", mr: "auto", ml: "auto", mt: "3rem" }}>
<Grid2 container spacing={4} sx={{ maxWidth: "70%", mr: "auto", ml: "auto", mt: '3rem' }}>
<Grid2 xs={12}>
<Typography paragraph variant="h3">About igSCREEN</Typography>
<Typography paragraph variant="h5">Search <i>immune</i> Candidate cis-Regulatory Elements</Typography>
Expand Down

0 comments on commit e5a313e

Please sign in to comment.