mirror of
https://github.com/docmost/docmost.git
synced 2026-08-31 02:46:27 +08:00
updates and fixes
* seo friendly urls * custom client serve-static module * database fixes * fix recent pages * other fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Text, Tabs, Space } from "@mantine/core";
|
||||
import { IconClockHour3, IconStar } from "@tabler/icons-react";
|
||||
import { IconClockHour3 } from "@tabler/icons-react";
|
||||
import RecentChanges from "@/features/home/components/recent-changes";
|
||||
|
||||
export default function HomeTabs() {
|
||||
@@ -16,7 +16,7 @@ export default function HomeTabs() {
|
||||
<Space my="md" />
|
||||
|
||||
<Tabs.Panel value="recent">
|
||||
<div>Recent</div>
|
||||
<RecentChanges />
|
||||
</Tabs.Panel>
|
||||
</Tabs>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user