Skip to content

Commit

Permalink
change IUCN status images path
Browse files Browse the repository at this point in the history
  • Loading branch information
joamartin committed Sep 11, 2024
1 parent 937776e commit 543ed2f
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
Binary file removed public/favicon.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed src/assets/images/logo-header.png
Binary file not shown.
Binary file removed src/assets/images/logo.png
Binary file not shown.
Binary file removed src/assets/images/logo_no_background.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface TaxonWikidataRecordProjection {
wormsIds: string[];
}

const IMAGES_BASE_URL = '/src/assets/images/';
const IMAGES_BASE_URL = './images/';

const IUCN_STATUS_URLS_EN = {
[IUCNStatus.EX]: `${IMAGES_BASE_URL}EX_EN.svg`,
Expand Down

0 comments on commit 543ed2f

Please sign in to comment.