diff --git a/bun.lock b/bun.lock index 9212ddd..3fe417d 100644 --- a/bun.lock +++ b/bun.lock @@ -30,7 +30,6 @@ "zod": "^4.0.10", }, "devDependencies": { - "@designbycode/tailwindcss-text-stroke": "^1.3.0", "@eslint/eslintrc": "^3", "@next/eslint-plugin-next": "15.5.2", "@tailwindcss/postcss": "^4", @@ -65,8 +64,6 @@ "@babel/types": ["@babel/types@7.28.2", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1" } }, "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ=="], - "@designbycode/tailwindcss-text-stroke": ["@designbycode/tailwindcss-text-stroke@1.3.0", "", { "peerDependencies": { "tailwindcss": ">=3.0.0 || >=3.0.0-alpha.1" } }, "sha512-EyZi2EDv+/v55JF7OFrPUUJHr0r/C9bZtvhWNpamMj5MjAEMqBMhcO1ZW9aXAD2viszgtlnYLIta80NJtsuy6w=="], - "@dnd-kit/accessibility": ["@dnd-kit/accessibility@3.1.1", "", { "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0" } }, "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw=="], "@dnd-kit/core": ["@dnd-kit/core@6.3.1", "", { "dependencies": { "@dnd-kit/accessibility": "^3.1.1", "@dnd-kit/utilities": "^3.2.2", "tslib": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ=="], diff --git a/package.json b/package.json index 0c2455b..da10d37 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "zod": "^4.0.10" }, "devDependencies": { - "@designbycode/tailwindcss-text-stroke": "^1.3.0", "@eslint/eslintrc": "^3", "@next/eslint-plugin-next": "15.5.2", "@tailwindcss/postcss": "^4", diff --git a/src/app/(stats)/guild/[value]/page.tsx b/src/app/(stats)/guild/[value]/page.tsx index 635ad80..7959146 100644 --- a/src/app/(stats)/guild/[value]/page.tsx +++ b/src/app/(stats)/guild/[value]/page.tsx @@ -105,7 +105,7 @@ async function SuspendedPage({ params, searchParams }: Pick
-

+

{guild.name}

diff --git a/src/app/(stats)/player/[ign]/_components/displayname.tsx b/src/app/(stats)/player/[ign]/_components/displayname.tsx index a3abcb6..6d303a8 100644 --- a/src/app/(stats)/player/[ign]/_components/displayname.tsx +++ b/src/app/(stats)/player/[ign]/_components/displayname.tsx @@ -39,7 +39,7 @@ export default function DisplayName( className="shadow-2xl" /> -

+

{" "} {" "} diff --git a/src/app/globals.css b/src/app/globals.css index df36ed0..6cf1838 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,6 +1,5 @@ @import "tailwindcss"; @import "tw-animate-css"; -@plugin "@designbycode/tailwindcss-text-stroke"; @custom-variant dark (&:is(.dark *));