From 94c574bfef596daac540bdec04d225f60f08e60c Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Fri, 28 Mar 2025 15:54:39 +0000 Subject: [PATCH] Fixes svg icon property for React (#1837) --- apps/webapp/app/assets/icons/PythonLogoIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/assets/icons/PythonLogoIcon.tsx b/apps/webapp/app/assets/icons/PythonLogoIcon.tsx index fdef667ca..e0fbc6fc0 100644 --- a/apps/webapp/app/assets/icons/PythonLogoIcon.tsx +++ b/apps/webapp/app/assets/icons/PythonLogoIcon.tsx @@ -1,7 +1,7 @@ export function PythonLogoIcon({ className }: { className?: string }) { return ( - +