From efe05351a2c343f4a54bf2c178a4309a7b07695b Mon Sep 17 00:00:00 2001 From: "@uni-chiara" <258727@studenti.unimore.it> Date: Sat, 22 May 2021 11:28:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fixed=20broken=20icon=20that=20c?= =?UTF-8?q?rashed=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest_frontend/components/interactive/BoxFilterHashtag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_frontend/components/interactive/BoxFilterHashtag.js b/nest_frontend/components/interactive/BoxFilterHashtag.js index d3717fe..ac7b53f 100644 --- a/nest_frontend/components/interactive/BoxFilterHashtag.js +++ b/nest_frontend/components/interactive/BoxFilterHashtag.js @@ -1,6 +1,6 @@ import React from "react" import BoxFull from "../base/BoxFull" -import { faClock } from "@fortawesome/free-solid-svg-icons" +import { faHashtag } from "@fortawesome/free-solid-svg-icons" import useRepositoryViewer from "../../hooks/useRepositoryViewer" import useStrings from "../../hooks/useStrings" import { HashtagFilter } from "../../utils/Filter"