Faculty update

This commit is contained in:
2026-05-06 14:15:52 +05:30
parent 8697136f0d
commit 8694a584e6

View File

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