update info card text

This commit is contained in:
2022-10-08 20:20:54 +01:00
parent 12973a1a9d
commit 4143b03351
3 changed files with 11 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ import { initialiseMermaid } from 'composables/mermaid';
initialiseMermaid();
const expansionInfoItem = ref({
icon: icons.landOfLionsIcon,
text: 'Contains all chains from Base Game through to Season 2 (Land of Lions).'
text: 'All chains from Base Game through Season 2 (Land of Lions).'
});
</script>