Skip to content

Commit

Permalink
Replace collecticon, put example
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Aug 17, 2023
1 parent a0ecfdc commit defe45a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ API_XARRAY_ENDPOINT='https://dev-titiler-xarray.delta-backend.com/tilejson.json'

# Google form for feedback
GOOGLE_FORM = 'https://docs.google.com/forms/d/e/1FAIpQLSfGcd3FDsM3kQIOVKjzdPn4f88hX8RZ4Qef7qBsTtDqxjTSkg/viewform?embedded=true'

# Enpoint for Data Browser
DATA_BROWSER_PATH='https://d36s2ep3ahcq5b.cloudfront.net/browseui/index.html#'
4 changes: 2 additions & 2 deletions app/scripts/components/datasets/s-overview/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { lazy } from 'react';
import { Link } from 'react-router-dom';
import { Button } from '@devseed-ui/button';
import { CollecticonCompass, CollecticonArrowUpRight } from '@devseed-ui/collecticons';
import { CollecticonCompass, CollecticonDownload } from '@devseed-ui/collecticons';

import { resourceNotFound } from '$components/uhoh';
import { LayoutProps } from '$components/common/layout-root';
Expand Down Expand Up @@ -67,7 +67,7 @@ function DatasetsOverview() {
rel='noreferrer'
>
<Button size='large' variation='achromic-outline'>
<CollecticonArrowUpRight />
<CollecticonDownload />
Download
</Button>
</a>
Expand Down
1 change: 1 addition & 0 deletions mock/datasets/no2.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ usage:
- url: 'https://github.com/NASA-IMPACT/veda-docs'
label: All the docs for the site
title: 'Documentaion repo'
dataPath: ch4_inverse_flux
media:
src: ::file ./no2--dataset-cover.jpg
alt: Power plant shooting steam at the sky.
Expand Down

0 comments on commit defe45a

Please sign in to comment.