diff options
author | 2021-08-18 01:09:08 -0700 | |
---|---|---|
committer | 2021-08-18 01:09:08 -0700 | |
commit | f4169f92fe1cc94183c10f0fd10a0c0913ab4aad (patch) | |
tree | 543ab8abb35a1061cef48956f4c0bd399e29ec3b | |
parent | 68bb014a808647df2c2d8259a24fd0f9c54b8417 (diff) | |
download | astro-f4169f92fe1cc94183c10f0fd10a0c0913ab4aad.tar.gz astro-f4169f92fe1cc94183c10f0fd10a0c0913ab4aad.tar.zst astro-f4169f92fe1cc94183c10f0fd10a0c0913ab4aad.zip |
small release post updates
-rw-r--r-- | www/src/pages/index.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index db60796d5..88fa363d1 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -57,7 +57,6 @@ let lang = 'en'; <div class="hint"> <p>Psst... <a href="https://astro.build/chat">get early access to new features</a> by joining our Discord community.</p> - <p>You can also reach out to us on <a href="https://twitter.com/astrodotbuild">Twitter</a> or <a href="https://github.com/snowpackjs/astro">Github</a> with any questions, and suggestions for improvement.</p> </div> </Article> </Main> |