diff options
author | 2021-11-29 18:26:49 +0300 | |
---|---|---|
committer | 2021-11-29 09:26:49 -0600 | |
commit | fe9c8952a6380e836a94d59353ed040a764d9eed (patch) | |
tree | 870c477de73588230c7c855db66945b38cdeac9f | |
parent | 56133d1c2084fb8978e347d62df6347ec6c40108 (diff) | |
download | astro-fe9c8952a6380e836a94d59353ed040a764d9eed.tar.gz astro-fe9c8952a6380e836a94d59353ed040a764d9eed.tar.zst astro-fe9c8952a6380e836a94d59353ed040a764d9eed.zip |
Fix sponsors logos [Readme]. (#2036)
* add logos for github dark mode
* Hot fix (gh-*-mode-only) issue
"that's an issue with wrapping an image in a link. We are currently still looking into how to best solve this. However, you can do the following which should work."
- dipree
* delete <td> 'cuz it was duplicate
-rw-r--r-- | packages/astro/README.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index dd6c00347..253c285ce 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -31,13 +31,9 @@ You can sponsor Astro's development on [Open Collective][oc]. Astro is generousl <table> <tbody> <tr> - <td align="center"><a href="https://www.netlify.com/" target="_blank"> - <img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify.svg#gh-light-mode-only" alt="Netlify" /> - <img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify-dark.svg#gh-dark-mode-only" alt="Netlify" /> + <td align="center"><a href="https://www.netlify.com/#gh-light-mode-only" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify.svg#gh-light-mode-only" alt="Netlify" /></a><a href="https://www.netlify.com/#gh-dark-mode-only" target="_blank"><img width="147" height="40" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/netlify-dark.svg#gh-dark-mode-only" alt="Netlify" /> </a></td> - <td align="center"><a href="https://www.vercel.com/" target="_blank"> - <img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel.svg#gh-light-mode-only" alt="Vercel" /> - <img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel-dark.svg#gh-dark-mode-only" alt="Vercel" /> + <td align="center"><a href="https://www.vercel.com/#gh-light-mode-only" target="_blank"><img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel.svg#gh-light-mode-only" alt="Vercel" /></a><a href="https://www.vercel.com/#gh-dark-mode-only"><img width="150" height="34" src="https://raw.githubusercontent.com/withastro/astro/main/.github/assets/vercel-dark.svg#gh-dark-mode-only" alt="Vercel" /> </a></td> </tr> </tbody> |