This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: outdated metadata on home

+2 -2
+2 -2
src/webapp/app/(dashboard)/home/layout.tsx
··· 3 3 import { Fragment } from 'react'; 4 4 5 5 export const metadata: Metadata = { 6 - title: 'Library', 7 - description: 'Library', 6 + title: 'Home', 7 + description: 'Home', 8 8 }; 9 9 10 10 interface Props {