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

Welcome to ColorStack Mentor Platform

+

+ Welcome to ColorStack Mentor Platform +

Connect with mentors and grow your career in tech.

); -} \ No newline at end of file +}