diff --git a/app/src/views/PreparednessGlobalPerformance/index.tsx b/app/src/views/PreparednessGlobalPerformance/index.tsx index 545a3a55e0..b412b3b7a2 100644 --- a/app/src/views/PreparednessGlobalPerformance/index.tsx +++ b/app/src/views/PreparednessGlobalPerformance/index.tsx @@ -7,7 +7,7 @@ import styles from './styles.module.css'; // eslint-disable-next-line import/prefer-default-export export function Component() { const strings = useTranslation(i18n); - const url = 'https://app.powerbi.com/view?r=eyJrIjoiMDQ5YzBlODItOTQ3Yy00Y2Q2LWFjZmEtZWIxMTAwZjkxZGU2IiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9'; + const url = ' https://matthewsmawfield.github.io/per-dashboard/#/performance'; return (
diff --git a/app/src/views/PreparednessGlobalPerformance/styles.module.css b/app/src/views/PreparednessGlobalPerformance/styles.module.css index bd659f869a..adbc715810 100644 --- a/app/src/views/PreparednessGlobalPerformance/styles.module.css +++ b/app/src/views/PreparednessGlobalPerformance/styles.module.css @@ -1,10 +1,9 @@ .preparedness-global-performance { width: 100%; - aspect-ratio: 3 / 4; + height: 192rem; .performance-iframe { border: none; - /* background-color: var(--go-ui-color-gray-30); */ width: 100%; height: 100%; } diff --git a/app/src/views/PreparednessGlobalSummary/index.tsx b/app/src/views/PreparednessGlobalSummary/index.tsx index cb959f3ec5..9a85e1d8bf 100644 --- a/app/src/views/PreparednessGlobalSummary/index.tsx +++ b/app/src/views/PreparednessGlobalSummary/index.tsx @@ -7,7 +7,7 @@ import styles from './styles.module.css'; // eslint-disable-next-line import/prefer-default-export export function Component() { const strings = useTranslation(i18n); - const url = 'https://app.powerbi.com/view?r=eyJrIjoiMTExYTlmZDMtMTNkZi00MmY5LTkyYTYtNTczZGU0MmQxYjE3IiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9'; + const url = 'https://matthewsmawfield.github.io/per-dashboard/#/summary'; return (
diff --git a/app/src/views/PreparednessGlobalSummary/styles.module.css b/app/src/views/PreparednessGlobalSummary/styles.module.css index be228a1cc1..b0ea7bbe31 100644 --- a/app/src/views/PreparednessGlobalSummary/styles.module.css +++ b/app/src/views/PreparednessGlobalSummary/styles.module.css @@ -1,10 +1,9 @@ .preparedness-global-summary { width: 100%; - aspect-ratio: 2 / 3; + height: 168rem; .summary-iframe { border: none; - /* background-color: var(--go-ui-color-gray-30); */ width: 100%; height: 100%; }