Skip to content

Commit

Permalink
Merge pull request #2 from oslabs-beta/SWL-13
Browse files Browse the repository at this point in the history
fix: SWL-13 uncommented experimental features and reformatted within Proto…
  • Loading branch information
adeebbayat authored Mar 26, 2024
2 parents 5c2ad13 + 6b27535 commit e48a2fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/client/components/navbar/ProtocolSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const CustomButton = styled(ButtonUnstyled)`
transition: all 150ms ease;
cursor: pointer;
border: none;
width: 15vw;
width: 8vw;
&:hover,
&:active {
Expand Down Expand Up @@ -172,18 +172,18 @@ function ProtocolSelect() {
>
{createButtons(pages)}

{/* <Divider sx={{ ml: 1 }} orientation="vertical" flexItem /> */}
{/* <SwellTooltip title={experimentalTooltipText}> */}
{/* <ScienceRoundedIcon
<Divider sx={{ ml: 1 }} orientation="vertical" flexItem />
<SwellTooltip title={experimentalTooltipText}>
<ScienceRoundedIcon
sx={{
ml: 1.5,
mr: 1,
color: `${white[500]}`,
'&:hover': { color: '#58a4b0' },
}}
/>
</SwellTooltip> */}
{/* {createButtons(experimentalPages)} */}
</SwellTooltip>
{createButtons(experimentalPages)}
</Box>
);
}
Expand Down

0 comments on commit e48a2fc

Please sign in to comment.