Skip to content

Commit

Permalink
Overlooked tab is done and over
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNawrocki committed Oct 9, 2024
1 parent 64ca4d9 commit bb4689d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions components/Masthead/Desktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default class Desktop extends React.Component {
}
}
return (
<React.Fragment>
<div
ref={this.MastheadCard}
css={css`
Expand Down Expand Up @@ -304,13 +305,6 @@ export default class Desktop extends React.Component {
>
<img src={require("./mail.svg")} />
</a>
<a
href="https://www.overlooked.com"
target="_blank"
rel="noopener"
>
<img src={require("./overlooked.png")} />
</a>
<a
href="https://www.youtube.com/user/ucladailybruin"
target="_blank"
Expand Down Expand Up @@ -478,6 +472,7 @@ export default class Desktop extends React.Component {
</div>
</div>
</div>
</React.Fragment>
);
}
}

0 comments on commit bb4689d

Please sign in to comment.