feat: Enhance Guest Frontend with new features and UI improvements
This commit is contained in:
@@ -4,6 +4,7 @@ import { useParams, Link } from 'react-router-dom';
|
||||
import { usePollStats } from '../polling/usePollStats';
|
||||
import { Card, CardContent } from '@/components/ui/card';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import GalleryPreview from '../components/GalleryPreview';
|
||||
|
||||
export default function HomePage() {
|
||||
const { slug } = useParams();
|
||||
@@ -27,7 +28,7 @@ export default function HomePage() {
|
||||
<Link to="upload"><Button>Einfach ein Foto machen</Button></Link>
|
||||
</div>
|
||||
<div className="h-4" />
|
||||
<Link to="gallery" className="underline">Zur Galerie</Link>
|
||||
<GalleryPreview slug={slug!} />
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user