Update copy

This commit is contained in:
Michael Jackson 2021-04-04 05:17:25 -07:00
parent 80d190b75d
commit 7b9492a264
1 changed files with 5 additions and 9 deletions

View File

@ -371,10 +371,10 @@ export default function App() {
</div> </div>
<p> <p>
The Node appser runs on auto-scaling infrastructure The origin server runs on auto-scaling infrastructure provided by{' '}
provided by{' '} <Link href="https://fly.io/">Fly.io</Link>. The app servers run in
<Link href="https://fly.io/">Fly.io</Link>. The app servers run in 17 {' '} 17 cities around the world, and come and go based on active
cities, and come and go based on active requests. requests.
</p> </p>
<div <div
@ -386,11 +386,7 @@ export default function App() {
> >
<AboutLogo> <AboutLogo>
<a href="https://fly.io"> <a href="https://fly.io">
<AboutLogoImage <AboutLogoImage alt="Fly.io" src={FlyLogo} width="320" />
alt="Fly.io"
src={FlyLogo}
width="320"
/>
</a> </a>
</AboutLogo> </AboutLogo>
</div> </div>