summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2021-04-21 12:51:04 -0500
committerGravatar Nate Moore <nate@skypack.dev> 2021-04-21 12:51:04 -0500
commit93e207e38baf18c3043f2b19c16451305d636110 (patch)
tree3088d5511305e92d4445676a385352feba3934a7
parent78fe1cbaf4ccb6be3a265585ff4b105df77b3cc2 (diff)
downloadastro-93e207e38baf18c3043f2b19c16451305d636110.tar.gz
astro-93e207e38baf18c3043f2b19c16451305d636110.tar.zst
astro-93e207e38baf18c3043f2b19c16451305d636110.zip
chore: update discord link
-rw-r--r--www/astro/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/astro/pages/index.astro b/www/astro/pages/index.astro
index 1d116d93f..bc4c0711d 100644
--- a/www/astro/pages/index.astro
+++ b/www/astro/pages/index.astro
@@ -41,7 +41,7 @@ let permalink = 'https://astro.build/';
<p>We're hard at work on Astro! Keep your eyes to the skies, astronauts.</p>
<div class="hint">
- <p class="no-console">Psst... <a href="https://discord.gg/ynyH4BVp">get early access</a> by joining our Discord community.</p>
+ <p class="no-console">Psst... <a href="https://discord.gg/EsGdSGen">get early access</a> by joining our Discord community.</p>
<p class="console">Psst... upset you don't have early access? If only there was some way to <code>console</code> you...</p>
</div>
</Article>
@@ -75,7 +75,7 @@ let permalink = 'https://astro.build/';
</style>
<script>
- console.log('%cGet early Astro access 👉 https://discord.gg/ynyH4BVp', "color:#17c083; font-size: 1.2em; padding: 1em;");
+ console.log('%cGet early Astro access 👉 https://discord.gg/EsGdSGen', "color:#17c083; font-size: 1.2em; padding: 1em;");
</script>
</body>
</html>