From 0dc8f9760150726920942252a6207f32311025d8 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 04:56:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Simplify=20SVG=20styling=20by=20?= =?UTF-8?q?replacing=20CSS=20class=20with=20inline=20binding=20and=20remov?= =?UTF-8?q?e=20unused=20`showTrademark`=20prop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/ProfessorPokeball.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 });