mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
chore: update discord link
This commit is contained in:
parent
78fe1cbaf4
commit
93e207e38b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue