From 5ee3799723992605e0bac06ba39a8f35fd236596 Mon Sep 17 00:00:00 2001 From: "stefania.martziou" Date: Tue, 11 Jul 2023 13:36:55 +0000 Subject: [PATCH] Added a CC icon (to later use on the titles of some of the graphs) --- src/assets/img/icons/cc.svg | 27 ++++++++++++++++++++++++++ src/environments/environment.beta.ts | 3 ++- src/environments/environment.madgik.ts | 3 ++- src/environments/environment.ts | 3 ++- 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 src/assets/img/icons/cc.svg diff --git a/src/assets/img/icons/cc.svg b/src/assets/img/icons/cc.svg new file mode 100644 index 000000000..cb08896c7 --- /dev/null +++ b/src/assets/img/icons/cc.svg @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index 9074455f2..1db77ee76 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -7,5 +7,6 @@ export const environment = { FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard', profileName: 'observatory', MATOMO_URL: 'https://analytics.openaire.eu/', - MATOMO_SITE_ID: 508 + MATOMO_SITE_ID: 508, + cc_icon_path: '//beta.osobservatory.openaire.eu/assets/img/icons/cc.svg' }; diff --git a/src/environments/environment.madgik.ts b/src/environments/environment.madgik.ts index 98055c7dd..d546df983 100644 --- a/src/environments/environment.madgik.ts +++ b/src/environments/environment.madgik.ts @@ -13,7 +13,8 @@ export const environment = { FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555', profileName: 'observatory', MATOMO_URL: 'https://providers.eosc-portal.eu/matomo/', - MATOMO_SITE_ID: 3 + MATOMO_SITE_ID: 3, + cc_icon_path: '//oso.madgik.di.uoa.gr/assets/img/icons/cc.svg' }; /* diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 98055c7dd..3174755b0 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -13,7 +13,8 @@ export const environment = { FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555', profileName: 'observatory', MATOMO_URL: 'https://providers.eosc-portal.eu/matomo/', - MATOMO_SITE_ID: 3 + MATOMO_SITE_ID: 3, + cc_icon_path: '//localhost:4200/assets/img/icons/cc.svg' }; /*