Skip to content

Commit 42567e1

Browse files
committed
feat: Update icon size for improved visibility in header
1 parent bdeeb49 commit 42567e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function App() {
2323
<header className="p-4 pb-0 flex-shrink-0">
2424
{tanStackQueryDetected === true && (
2525
<div className="flex items-center justify-start gap-x-4 mb-4">
26-
<img src="/icon-48.png" alt="TanStack Query DevTools" className="w-5 h-5" />
26+
<img src="/icon-48.png" alt="TanStack Query DevTools" className="w-6 h-6" />
2727
<ToggleGroup
2828
currentView={currentView}
2929
onViewChange={handleViewChange}

0 commit comments

Comments
 (0)