Skip to content

Commit

Permalink
Merge pull request #30 from helxplatform/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
suejinkim20 authored Aug 15, 2024
2 parents 35f7500 + b07c9de commit ae376ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/illustrationTextSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const AboutCard = styled(Box)(({ theme }) => ({

const IllustrationItem = ({section}) => (
<Box sx={{
display: { sm: 'none', md: 'flex' } ,
display: { xs: 'none', sm: 'none', md: 'flex' } ,
flex: {
sm: '0 0',
md: 1
Expand Down
2 changes: 1 addition & 1 deletion src/content/features/useCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useCases = [
{
"image": RestartingResearch,
"heading": "Restarting Research",
"paragraph": "Restarting Research is a project for data management and analytics of COVID-19 RT-PCR and custom antibody tests of UNC researchers using on-campus laboratories and facilities. Researchers use Blackbalsam and Jupyter Data Science notebooks in Python and R kernels as environments for data science experimentation.",
"paragraph": "Restarting Research (ReCCAP) is a project for data management and analytics of COVID-19 RT-PCR and custom antibody tests of UNC researchers using on-campus laboratories and facilities. Researchers use Blackbalsam and Jupyter Data Science notebooks in Python and R kernels as environments for data science experimentation.",
"linkText": "Learn about the Restarting Research project here",
"linkURL": "https://tracs.unc.edu/index.php/news-articles/1704-covid-19-study-recruiting-unc-faculty-students-and-staff-involved-with-research-on-campus"
},
Expand Down

0 comments on commit ae376ab

Please sign in to comment.