diff --git a/modules/client/main/App.js b/modules/client/main/App.js index 659959c..9b8c776 100644 --- a/modules/client/main/App.js +++ b/modules/client/main/App.js @@ -11,7 +11,7 @@ import { fontSans, fontMono } from '../utils/style.js'; import { TwitterIcon, GitHubIcon } from './Icons.js'; import CloudflareLogo from './images/CloudflareLogo.png'; -import GoogleCloudLogo from './images/GoogleCloudLogo.png'; +import FlyLogo from './images/FlyLogo.png'; const buildId = process.env.BUILD_ID; @@ -371,11 +371,10 @@ export default function App() {

- The origin servers run on world-class auto-scaling infrastructure + The Node appser runs on auto-scaling infrastructure provided by{' '} - Google Cloud which - dynamically adjusts the number of available servers to meet the - current demand for maximum efficiency and uptime. + Fly.io. The app servers run in 17 {' '} + cities, and come and go based on active requests.

- + diff --git a/modules/client/main/images/FlyLogo.png b/modules/client/main/images/FlyLogo.png new file mode 100644 index 0000000..c44f41b Binary files /dev/null and b/modules/client/main/images/FlyLogo.png differ diff --git a/modules/client/main/images/GoogleCloudLogo.png b/modules/client/main/images/GoogleCloudLogo.png deleted file mode 100644 index 4f5aed0..0000000 Binary files a/modules/client/main/images/GoogleCloudLogo.png and /dev/null differ