Skip to content

Commit

Permalink
fix: update ezreeportLogo on ApplicationList
Browse files Browse the repository at this point in the history
  • Loading branch information
felixleo22 committed Jun 6, 2024
1 parent 0d15f50 commit 839fbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/menu/ApplicationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<script setup>
import ezmesureLogo from '@/images/applications/ezmesure/ezmesure-logo.svg';
import ezcounterLogo from '@/images/applications/ezcounter/ezcounter-logo.png';
import ezreeportLogo from '@/images/applications/ezreeport/ezreeport-logo.png';
import bibliomapLogo from '@/images/applications/bibliomap/bibliomap-logo.svg';
import ezpaarseLogo from '@/images/applications/ezpaarse/ezpaarse-logo.png';
import analogistLogo from '@/images/applications/analogist/analogist-logo.png';
Expand All @@ -38,7 +39,7 @@ const applications = computed(() => {
},
{
name: 'ezREEPORT',
pathImage: ezmesureLogo,
pathImage: ezreeportLogo,
text: i18n.t('ezreeportSubtitle'),
link: '',
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 839fbf9

Please sign in to comment.