diff --git a/apps/mentor-platform/app/routes/_index.tsx b/apps/mentor-platform/app/routes/_index.tsx index da288627..f93fcb50 100644 --- a/apps/mentor-platform/app/routes/_index.tsx +++ b/apps/mentor-platform/app/routes/_index.tsx @@ -3,17 +3,22 @@ import type { MetaFunction } from '@remix-run/node'; export const meta: MetaFunction = () => { return [ { title: 'ColorStack Mentor Platform' }, - { name: 'description', content: 'Welcome to the ColorStack Mentor Platform!' }, + { + name: 'description', + content: 'Welcome to the ColorStack Mentor Platform!', + }, ]; }; export default function Index() { return (
Connect with mentors and grow your career in tech.