Skip to content

Commit

Permalink
Clear main page
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Jun 7, 2024
1 parent 83569d6 commit 7749c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orbitmines.com/src/routes/Minimap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const Minimap = () => {
<Col xs={12}>
<Row center="xs" className="child-py-2 child-px-2">
<Col xs={12}>
<Row center="xs" className="child-px-1">
<Row center="xs" className="child-pt-5 child-px-2">
{(profile?.external || []).filter(profile => PLATFORMS.includes(profile.organization.key)).map(profile =>
<Col>
<a href={profile.link} target="_blank">
<CustomIcon icon={profile.organization.key} size={16}/>
<CustomIcon icon={profile.organization.key} size={20}/>
</a>
</Col>)}
</Row>
Expand Down

0 comments on commit 7749c9d

Please sign in to comment.