mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
dev day #75
This commit is contained in:
@@ -151,10 +151,10 @@ const ContactPage: React.FC = () => {
|
||||
if (!hasLocation && !hasContacts && !hasContactInfo) return null;
|
||||
|
||||
return (
|
||||
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8}>
|
||||
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8} alignItems="start">
|
||||
{/* Map on the left */}
|
||||
{hasLocation && (
|
||||
<Box borderRadius="lg" overflow="hidden" boxShadow="md">
|
||||
<Box borderRadius="lg" overflow="hidden" boxShadow="md" alignSelf="start">
|
||||
<ContactMap
|
||||
latitude={lat}
|
||||
longitude={lng}
|
||||
|
||||
Reference in New Issue
Block a user