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 Download Brochure
</button> </button>
<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" className="px-6 py-2 mr-2 text-sm font-medium rounded hover:opacity-90 transition-opacity duration-300"
style={{ style={{
backgroundColor: '#012068', backgroundColor: '#012068',
color: 'white' color: 'white'
}} }}
onClick={() => { >
document.getElementById('applicationForm')?.scrollIntoView({ behavior: 'smooth' });
}}
>
Apply Now Apply Now
</button> </a>
</div> </div>
</div> </div>
</div> </div>