From 4fd2a45d6d2226bc693c2167d10c5e48d1b8e88e Mon Sep 17 00:00:00 2001 From: Mohammed CHAHBOUN Date: Fri, 31 Jan 2025 22:19:08 +0100 Subject: [PATCH] Replace React icon with FastAPI icon in BixatTags component --- bixat-chip/src/components/BixatTags.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bixat-chip/src/components/BixatTags.tsx b/bixat-chip/src/components/BixatTags.tsx index ffe4ed9..3517268 100644 --- a/bixat-chip/src/components/BixatTags.tsx +++ b/bixat-chip/src/components/BixatTags.tsx @@ -23,6 +23,7 @@ import { SiDevdotto, SiTauri, SiCss3, + SiFastapi, } from "react-icons/si"; import { FaChrome, FaProjectDiagram, FaTasks, FaTools } from "react-icons/fa"; import { @@ -267,7 +268,7 @@ export const BixatTags = { fastapi: { name: "FastAPI", textColor: "#009688", - icon: , + icon: , website: "https://fastapi.tiangolo.com/", }, tauri: {