From 50a0b512ee6028e1225c8065ace0f95ec513409e Mon Sep 17 00:00:00 2001
From: "Amir H. Hashemi" <87268103+amirhhashemi@users.noreply.github.com>
Date: Sat, 2 Aug 2025 11:17:34 +0330
Subject: [PATCH] Remove redundant data-hk attrs
---
public/assets/solid.svg | 3 +--
src/ui/logo.tsx | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/public/assets/solid.svg b/public/assets/solid.svg
index 97e194f769..670e06db16 100644
--- a/public/assets/solid.svg
+++ b/public/assets/solid.svg
@@ -1,5 +1,4 @@
-
\ No newline at end of file
+
diff --git a/src/ui/logo.tsx b/src/ui/logo.tsx
index 3de2faba93..97a1fd58a1 100644
--- a/src/ui/logo.tsx
+++ b/src/ui/logo.tsx
@@ -4,7 +4,6 @@ import { Match, Switch } from "solid-js";
const SolidLogo = (props: { class?: string }) => (