diff --git a/www/src/components/used-by.js b/www/src/components/used-by.js index bffd667777864..1a7ec4e9dca57 100644 --- a/www/src/components/used-by.js +++ b/www/src/components/used-by.js @@ -3,7 +3,7 @@ import presets from "../utils/presets" import { vP, vPHd, vPVHd, vPVVHd } from "../components/gutters" import { FormidableIcon, FabricIcon, SegmentIcon } from "../assets/logos" -const Icon = ({ icon, alt }) => ( +const Icon = ({ icon, alt, href }) => (