We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeeb49 commit 42567e1Copy full SHA for 42567e1
1 file changed
src/App.tsx
@@ -23,7 +23,7 @@ function App() {
23
<header className="p-4 pb-0 flex-shrink-0">
24
{tanStackQueryDetected === true && (
25
<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" />
+ <img src="/icon-48.png" alt="TanStack Query DevTools" className="w-6 h-6" />
27
<ToggleGroup
28
currentView={currentView}
29
onViewChange={handleViewChange}
0 commit comments