Skip to content

Commit 9967862

Browse files
authored
fix: remove image query (supabase#41025)
remove image query
1 parent 44678c7 commit 9967862

File tree

1 file changed

+2
-2
lines changed
  • apps/studio/components/interfaces/Organization/BillingSettings/CostControl

1 file changed

+2
-2
lines changed

apps/studio/components/interfaces/Organization/BillingSettings/CostControl/CostControl.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ const CostControl = ({}: CostControlProps) => {
158158
isUsageBillingEnabled
159159
? `${BASE_PATH}/img/spend-cap-off${
160160
resolvedTheme?.includes('dark') ? '' : '--light'
161-
}.png?v=3`
161+
}.png`
162162
: `${BASE_PATH}/img/spend-cap-on${
163163
resolvedTheme?.includes('dark') ? '' : '--light'
164-
}.png?v=3`
164+
}.png`
165165
}
166166
/>
167167
</div>

0 commit comments

Comments
 (0)