Skip to content

Commit

Permalink
Remove logos from upset
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Sep 3, 2024
1 parent 256bf35 commit b602dad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/app/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const Footer = () => {
aria-haspopup="dialog"
onClick={() => setAboutModal(true)}
>
<img src={vdl_logo} alt="About Us" height="32px" width="100%" />
{/* TEMPORARY REMOVAL UNTIL AFTER CHI SUBMISSION */}
{/* <img src={vdl_logo} alt="About Us" height="32px" width="100%" /> */}
About Us
</Button>
<Link
sx={categoryCSS}
Expand Down
3 changes: 2 additions & 1 deletion packages/app/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ const Header = ({ data }: { data: any }) => {
justifyContent: "space-between",
}}>
<Box sx={{display: 'flex', flexGrow: '1', justifyContent: 'start', alignItems: 'center', margin: 0, padding: 0}}>
<img className="logo" id="multinet-logo" src="https://raw.githubusercontent.com/multinet-app/multinet-components/main/src/assets/multinet_logo.svg" alt="Multinet Logo"/>
{/* TEMPORARY REMOVAL UNTIL CHI SUBMISSION */}
{/* <img className="logo" id="multinet-logo" src="https://raw.githubusercontent.com/multinet-app/multinet-components/main/src/assets/multinet_logo.svg" alt="Multinet Logo"/> */}
<Typography id="upset-title" variant="h1" noWrap component="div" sx={{ marginRight: '5px', lineHeight: '1.5', fontWeight: 'normal', fontSize: '1.3em' }}>
Upset - Visualizing Intersecting Sets
</Typography>
Expand Down

0 comments on commit b602dad

Please sign in to comment.