Skip to content

Commit d57cc69

Browse files
committed
fix: update image format for no variables suggestion
1 parent 06ad4a1 commit d57cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/FloatingVariablesSuggestions/Suggestions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import { useState, memo, useEffect } from 'react'
1818
import { DebouncedSearch, GenericEmptyState, Progressing, Reload } from '@Common/index'
19-
import NoVariables from '@Images/no-artifact@2x.png'
19+
import NoVariables from '@Images/no-artifact.webp'
2020
import { ReactComponent as ICClose } from '@Icons/ic-cross.svg'
2121
import { ReactComponent as ICSearch } from '@Icons/ic-search.svg'
2222
import { ReactComponent as ICVariable } from '@Icons/ic-view-variable-toggle.svg'

0 commit comments

Comments
 (0)