Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Nov 15, 2021
1 parent 201a405 commit c247569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/maps/server/register_integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { i18n } from '@kbn/i18n';
import { CoreSetup } from 'kibana/server';
import { CustomIntegrationsPluginSetup } from '../../../../src/plugins/custom_integrations/server';
import { MAPS_APP_PATH } from '../common/constants';
import { APP_ID } from '../common/constants';

export function registerIntegrations(
core: CoreSetup,
Expand All @@ -28,7 +28,7 @@ export function registerIntegrations(
icons: [
{
type: 'svg',
src: core.http.basePath.prepend(`${MAPS_APP_PATH}/assets/gdal_logo.svg`),
src: core.http.basePath.prepend(`/plugins/${APP_ID}/assets/gdal_logo.svg`),
},
],
categories: ['upload_file', 'geo'],
Expand Down

0 comments on commit c247569

Please sign in to comment.