Add links to Chrome extension

This commit is contained in:
visortelle 2022-01-28 12:19:36 +01:00
parent 73edbc3f4c
commit fe1705aae8
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Hackage UI
# Haskell Spotlight
Fresh look for the <https://hackage.haskell.org/>. Work in progress.
Let's bring better tools and documentation for Haskell together. ✌️
<img width="1105" alt="Screen Shot 2022-01-19 at 9 14 12 AM" src="https://user-images.githubusercontent.com/9302460/150090475-4a28a041-e24c-4c67-abb8-3eaf6c315fdd.png">
@ -21,7 +21,7 @@ The search widget is available in forms of:
<img width="1194" alt="Screen Shot 2022-01-19 at 9 29 25 AM" src="https://user-images.githubusercontent.com/9302460/150092880-07339fff-1e48-4eac-bd92-ba56e340f1c7.png">
- for [🦊 Firefox](https://addons.mozilla.org/en-US/firefox/addon/haskell-spotlight/)
- for Chrome (coming soon)
- for [Chrome](https://chrome.google.com/webstore/detail/haskell-spotlight/npadgihccblidebeflijkcgfpklgalkj)
- for Safari (coming soon)
## Changelog

View File

@ -153,10 +153,9 @@ const DevelopmentEnvironmentPage = (props: DevelopmentEnvironmentPageProps) => {
<Link
key="chrome"
text={<><SVGIcon svg={chromeIcon} /><div style={{ width: '140rem' }}>Get for Chrome</div></>}
href="#"
href="https://chrome.google.com/webstore/detail/haskell-spotlight/npadgihccblidebeflijkcgfpklgalkj"
type="external"
openInNewTab={true}
disabled
/>
), (
<Link