unify recent changes component

This commit is contained in:
Philipinho
2024-06-09 02:27:52 +01:00
parent 38ef610e5e
commit 2e61fb7c11
5 changed files with 88 additions and 131 deletions
@@ -1,6 +1,6 @@
import { Text, Tabs, Space } from "@mantine/core";
import { IconClockHour3 } from "@tabler/icons-react";
import RecentChanges from "@/features/home/components/recent-changes";
import RecentChanges from "@/components/common/recent-changes.tsx";
export default function HomeTabs() {
return (
@@ -8,7 +8,7 @@ export default function HomeTabs() {
<Tabs.List>
<Tabs.Tab value="recent" leftSection={<IconClockHour3 size={18} />}>
<Text size="sm" fw={500}>
Recent changes
Recently updated
</Text>
</Tabs.Tab>
</Tabs.List>