fix: update layout for Claude app type provider display (#87)

* feat: add .node-version file with Node.js version 22.4.1

* fix: update layout for Claude app type provider display
This commit is contained in:
QuentinHsu
2025-10-05 11:09:03 +08:00
committed by GitHub
parent e0908701b4
commit ce593248fc
2 changed files with 2 additions and 1 deletions

1
.node-version Normal file
View File

@@ -0,0 +1 @@
v22.4.1

View File

@@ -199,7 +199,7 @@ const ProviderList: React.FC<ProviderListProps> = ({
<div className="flex items-center gap-2 ml-4"> <div className="flex items-center gap-2 ml-4">
{appType === "claude" ? ( {appType === "claude" ? (
<div className="w-[130px]"> <div className="flex-shrink-0">
{provider.category !== "official" && isCurrent && ( {provider.category !== "official" && isCurrent && (
<button <button
onClick={() => onClick={() =>