Skip to content

Commit

Permalink
Merge pull request #28 from Lifemap-ToL/27-links-to-iucn-status-image…
Browse files Browse the repository at this point in the history
…s-are-not-working

change IUCN status images path
joamartin authored Sep 11, 2024
2 parents 937776e + 543ed2f commit a8e7b30
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
@@ -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`,

0 comments on commit a8e7b30

Please sign in to comment.