Skip to content

Commit

Permalink
Merge pull request #141 from dailybruin/Remove-Overlooked-Link
Browse files Browse the repository at this point in the history
Overlooked tab is removed
  • Loading branch information
EdNawrocki authored Oct 9, 2024
2 parents 64ca4d9 + bb4689d commit 53e381a
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 53e381a

Please sign in to comment.