mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 02:25:31 +08:00
### What problem does this PR solve? Fix: Add video icon in knowledge base ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -41,7 +41,7 @@ export function Applications() {
|
||||
return (
|
||||
<section className="mt-12">
|
||||
<div className="flex justify-between items-center mb-5">
|
||||
<h2 className="text-2xl font-bold flex gap-2.5">
|
||||
<h2 className="text-2xl font-semibold flex gap-2.5">
|
||||
{/* <IconFont
|
||||
name={IconMap[val as keyof typeof IconMap]}
|
||||
className="size-8"
|
||||
|
||||
@ -21,7 +21,7 @@ export function Datasets() {
|
||||
|
||||
return (
|
||||
<section>
|
||||
<h2 className="text-2xl font-bold mb-6 flex gap-2.5 items-center">
|
||||
<h2 className="text-2xl font-semibold mb-6 flex gap-2.5 items-center">
|
||||
{/* <IconFont name="data" className="size-8"></IconFont> */}
|
||||
<HomeIcon name="datasets" width={'32'} />
|
||||
{t('header.dataset')}
|
||||
|
||||
Reference in New Issue
Block a user