Faculty update
This commit is contained in:
@ -267,18 +267,18 @@ const CourseDetail: React.FC<CourseDetailProps> = ({ courseId }) => {
|
|||||||
>
|
>
|
||||||
Download Brochure
|
Download Brochure
|
||||||
</button>
|
</button>
|
||||||
<button
|
<a
|
||||||
className="px-6 py-2 mr-2 text-sm font-medium rounded hover:opacity-90 transition-opacity duration-300"
|
href="https://www.atls.in/coursecalenders.aspx?type=prov"
|
||||||
style={{
|
target="_blank"
|
||||||
backgroundColor: '#012068',
|
rel="noopener noreferrer"
|
||||||
color: 'white'
|
className="px-6 py-2 mr-2 text-sm font-medium rounded hover:opacity-90 transition-opacity duration-300"
|
||||||
}}
|
style={{
|
||||||
onClick={() => {
|
backgroundColor: '#012068',
|
||||||
document.getElementById('applicationForm')?.scrollIntoView({ behavior: 'smooth' });
|
color: 'white'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Apply Now
|
Apply Now
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user