Skip to content

Commit

Permalink
updated career services division content
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSAM-07 committed Oct 15, 2024
1 parent 334150b commit 816dd18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}
2 changes: 1 addition & 1 deletion public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/career/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function CareerPage() {
The Career Services Division at BITS Pilani Dubai plays a pivotal role in facilitating career opportunities for students in their final years and after graduation. We foster strong industry partnerships to bring a wide range of employment options, including full-time, part-time, and internship positions.
</p>
<p className="text-gray-700">
Over the years, we've supported numerous BITS alumni in developing essential soft and hard skills through workshops, talks, and seminars that prepare them for the professional world.
Over the years, we&apos;ve supported numerous BITS alumni in developing essential soft and hard skills through workshops, talks, and seminars that prepare them for the professional world.
</p>
</div>
<div className="bg-white p-6 rounded-xl shadow-md">
Expand Down

0 comments on commit 816dd18

Please sign in to comment.