mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 11:12:56 +00:00
dev day #89
This commit is contained in:
@@ -23,6 +23,7 @@ import MainLayout from '../components/layout/MainLayout';
|
||||
import { API_URL } from '../services/api';
|
||||
import PhotoModal from '../components/gallery/PhotoModal';
|
||||
import CommentsSection from '../components/comments/CommentsSection';
|
||||
import { Helmet } from 'react-helmet-async';
|
||||
|
||||
interface Photo {
|
||||
id: string;
|
||||
@@ -160,6 +161,10 @@ const AlbumDetailPage: React.FC = () => {
|
||||
|
||||
return (
|
||||
<MainLayout>
|
||||
<Helmet>
|
||||
<title>{album.title} | Fotogalerie</title>
|
||||
<meta name="description" content={`Fotogalerie: ${album.title}.`} />
|
||||
</Helmet>
|
||||
<Box bg={bgColor} minH="100vh" py={8}>
|
||||
<Container maxW="7xl">
|
||||
{/* Breadcrumbs */}
|
||||
@@ -233,7 +238,7 @@ const AlbumDetailPage: React.FC = () => {
|
||||
📸 Všechny fotografie jsou z platformy{' '}
|
||||
<Text
|
||||
as="a"
|
||||
href="https://zonerama.com"
|
||||
href={album.url || 'https://zonerama.com'}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
fontWeight="600"
|
||||
|
||||
Reference in New Issue
Block a user