mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
### What problem does this PR solve? Feat: Modify the style of the home page in bright mode #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
import { Applications } from './applications';
|
||||
import { Banner } from './banner';
|
||||
import { Datasets } from './datasets';
|
||||
import { HomeHeader } from './header';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="text-white mx-8">
|
||||
<HomeHeader></HomeHeader>
|
||||
<div className="mx-8">
|
||||
<section>
|
||||
<Banner></Banner>
|
||||
<Datasets></Datasets>
|
||||
|
||||
Reference in New Issue
Block a user