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
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>