Skip to content

Commit

Permalink
Fix map position and update dashboard link (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves authored Nov 21, 2024
1 parent 8c1cbf4 commit 46c8f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/globe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Home() {
<a
target="_blank"
className="font-open-sans flex justify-between gap-4 px-4 text-sm leading-snug"
href="https://lookerstudio.google.com/reporting/b6d8f54c-558e-48dc-bc79-a7eca193da6f/page/p_2ehvdzg47c"
href="https://gda.esa.int/impact-dashboard/"
>
Detailed report dashboard on ESA GDA programme.
<ExternalLinkIcon className="h-4 w-4 shrink-0" />
Expand All @@ -151,7 +151,7 @@ export default function Home() {
<a
target="_blank"
className="font-open-sans gap- flex justify-between px-4 text-sm leading-snug"
href="https://lookerstudio.google.com/reporting/b6d8f54c-558e-48dc-bc79-a7eca193da6f/page/p_2ehvdzg47c"
href="https://gda.esa.int/impact-dashboard/"
>
Detailed report dashboard on ESA GDA programme.
<ExternalLinkIcon className="h-4 w-4 shrink-0" />
Expand Down
4 changes: 1 addition & 3 deletions client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ export default function MapContainer() {
const mapInteractionEnabled = useMemo(() => isGlobePage, [isGlobePage]);

return (
<div
className={cn('bg-map-background absolute left-0 top-0 h-screen w-screen overflow-hidden')}
>
<div className={cn('bg-map-background fixed left-0 top-0 h-screen w-screen overflow-hidden')}>
<Map
id={id}
initialViewState={{
Expand Down

0 comments on commit 46c8f75

Please sign in to comment.