diff --git a/client/src/core/client/stream/tabs/Comments/TenorInput/TenorAttribution.tsx b/client/src/core/client/stream/tabs/Comments/TenorInput/TenorAttribution.tsx index 426d1679b5..01f082dfbc 100644 --- a/client/src/core/client/stream/tabs/Comments/TenorInput/TenorAttribution.tsx +++ b/client/src/core/client/stream/tabs/Comments/TenorInput/TenorAttribution.tsx @@ -3,7 +3,7 @@ import React, { FunctionComponent } from "react"; import { Flex } from "coral-ui/components/v2"; -import giphyAttributionImg from "./tenorAttribution.gif"; +import giphyAttributionImg from "./tenorAttribution.png"; import styles from "./TenorAttribution.css"; diff --git a/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.gif b/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.gif deleted file mode 100644 index 8d58b67685..0000000000 Binary files a/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.gif and /dev/null differ diff --git a/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.png b/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.png new file mode 100644 index 0000000000..5e39743ee3 Binary files /dev/null and b/client/src/core/client/stream/tabs/Comments/TenorInput/tenorAttribution.png differ