diff --git a/code/websites/pokedex.online/src/components/ProfessorPokeball.vue b/code/websites/pokedex.online/src/components/ProfessorPokeball.vue index 51957b9..6ed619d 100644 --- a/code/websites/pokedex.online/src/components/ProfessorPokeball.vue +++ b/code/websites/pokedex.online/src/components/ProfessorPokeball.vue @@ -7,17 +7,10 @@ :height="size" viewBox="0 0 1275.907 1275.909" > - - - @@ -31,7 +24,6 @@ import { defineProps, withDefaults } from 'vue'; const props = withDefaults(defineProps(), { size: '100px', color: '#ebebeb', - showTrademark: true, animate: false });