Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 656e888

Browse files
Merge pull request #31 from javaBin/tempBug
Removed registration link in Academy
2 parents 0034f5a + b7c9e7c commit 656e888

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/AcademyLocation/AcademyLocationSection.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from 'react';
22
import classnames from 'classnames';
33
import styles from './AcademyLocationSection.module.scss';
44
import { Academy } from '../../core/models';
5-
import Link from '../Link/Link';
65

76
interface AcademyLocationSectionProps {
87
academies: Academy[]
@@ -35,7 +34,6 @@ function AcademyLocation(academy: Academy) {
3534
<h1>{academy.date}</h1>
3635
<a target="_blank" rel="noopener noreferrer" className={styles.location} href={academy.locationUrl}>{academy.location}</a>
3736
<span className={styles.slots}>{academy.slots} students</span>
38-
<Link url={`/academy/registration?city=${academy.name.toLowerCase()}`}>Registration</Link>
3937
</div>
4038
</div>
4139
)

0 commit comments

Comments
 (0)