From 225c55cb3a932ada716edb8fb07e70bc29e8986a Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:39:46 +0200 Subject: [PATCH] fix icon misalignment --- src/pages/repos.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/repos.js b/src/pages/repos.js index d54a72f..e2c786a 100644 --- a/src/pages/repos.js +++ b/src/pages/repos.js @@ -7,6 +7,7 @@ import bgImage from "../media/phones.png" import { TiWarning } from "react-icons/ti"; import { GoVerified } from "react-icons/go"; +import { IconContext } from "react-icons"; const IndexPage = () => { const [repos, setRepos] = useState([]); @@ -30,9 +31,11 @@ const IndexPage = () => { This means you should treat them with the same level of scrutiny you treat any apps. Extensions can also read all of the Cloudstream's data.
- - Repos with a are constantly audited by the app developers so you can probably trust them. - + + + Repos with a are constantly audited by the app developers so you can probably trust them. + +