Skip to content

Commit

Permalink
fix old GiphyAttribution imports used in TenorInput
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jul 9, 2024
1 parent 351c072 commit 8150155
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
TextField,
} from "coral-ui/components/v2";

import GiphyAttribution from "./TenorAttribution";
import TenorAttribution from "./TenorAttribution";

import styles from "./TenorInput.css";

Expand Down Expand Up @@ -170,7 +170,7 @@ const TenorInput: FunctionComponent<Props> = ({ onSelect }) => {
);
})}
</div>
<GiphyAttribution />
<TenorAttribution />
</HorizontalGutter>
</div>
);
Expand Down

0 comments on commit 8150155

Please sign in to comment.