From e0c05b2123a30e2816e1130d286eceec91c38072 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Fri, 14 Nov 2025 15:38:19 +0800 Subject: [PATCH] add icon for forum (#28164) --- web/app/components/apps/footer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app/components/apps/footer.tsx b/web/app/components/apps/footer.tsx index 9fed4c8757..16411ffc57 100644 --- a/web/app/components/apps/footer.tsx +++ b/web/app/components/apps/footer.tsx @@ -1,6 +1,6 @@ import React from 'react' import Link from 'next/link' -import { RiDiscordFill, RiGithubFill } from '@remixicon/react' +import { RiDiscordFill, RiDiscussLine, RiGithubFill } from '@remixicon/react' import { useTranslation } from 'react-i18next' type CustomLinkProps = { @@ -38,6 +38,9 @@ const Footer = () => { + + + )