Skip to content

Commit

Permalink
chore: remove bottom buttons from map info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Feb 6, 2024
1 parent 4e4a898 commit eff1bf4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ export function SampleMapPanel() {
</ReactMarkdown>
)}
</div>
<div className="project-links">
<LinkButton label="Data" href="" iconComponent={Icons.Files} height="15px" />
<LinkButton label="Config" href="" iconComponent={Icons.CodeAlt} height="17px" />
</div>
</StyledProjectPanel>
) : (
<MapControlButton
Expand Down

0 comments on commit eff1bf4

Please sign in to comment.