diff options
author | 2021-11-19 13:10:32 -0800 | |
---|---|---|
committer | 2021-11-19 13:10:32 -0800 | |
commit | 9eb00b429afe7f06f922598aad1dc2407feff31f (patch) | |
tree | e02e1d307449255389ba9faed9717713d6e7f082 | |
parent | 684f0fe7dd275ae1ade834954b34ee89255bbaa2 (diff) | |
download | astro-9eb00b429afe7f06f922598aad1dc2407feff31f.tar.gz astro-9eb00b429afe7f06f922598aad1dc2407feff31f.tar.zst astro-9eb00b429afe7f06f922598aad1dc2407feff31f.zip |
Update index.astro (#1936)
-rw-r--r-- | www/src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index 21fe7bceb..7075df098 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -51,8 +51,8 @@ let lang = 'en'; <br/> - <a class="action-button" href="/blog/astro-021-preview/"> - New Blog Post - Astro 0.21 Preview + <a class="action-button" href="/blog/astro-021-release/"> + New Blog Post - Astro 0.21 <span style="float: right;">→</span> </a> |