Faculty update
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user