diff --git a/src/app/globals.css b/src/app/globals.css index 1e965e2..5e23a84 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,7 +1,7 @@ .homepage-container { width: 100vw; height: 100vh; - background-image: url('/background.png'); + background-image: url('/TogetherAgainstCancer/background.png'); background-color: #dac4bd; background-size: cover; background-position: center; diff --git a/src/app/page.js b/src/app/page.js index 2827071..16689fd 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -66,6 +66,8 @@ export default function Page() { // The current cancer that is displayed const [currentCancer, setCurrentCancer] = useState(null); + const isProd = process.env.NODE_ENV === 'production'; + return ( <>
@@ -79,7 +81,7 @@ export default function Page() {

Static Visualizations

- +

This wordcloud gives an insight on the proportion of each type of cancer. The bigger the name of the cancer, the most frequent it is. We highly recommand (as none experts) a cancer screening for the most frequent cancers as it can sometimes be too late when it is detected without the screening.