Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperW824 committed Jun 15, 2024
1 parent afba911 commit 07131cb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/event/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Footer from "../../components/footer/footer";
import NavBar from "@/components/nav-bar/nav-bar";
import MapsDCCLow from "@/components/maps/maps";
import GoogleMapsWidget from "@/components/maps/google_maps";
import Card from "@/components/socials-links/socials-card";
import HackRPILink from "@/components/themed-components/hackrpi-link";
import Image from "next/image";

Expand Down Expand Up @@ -68,8 +67,8 @@ function EventPage() {
Mentors will be available throughout HackRPI to provide invaluable guidance and assistance to
participants. Whether you need help with coding, debugging, refining your project idea, or navigating
the challenges of a hackathon, our experienced mentors are here to support you every step of the way.
With their expertise, you'll be able to overcome obstacles, learn new skills, and maximize your
hackathon experience. Don't hesitate to seek out their advice and make the most of the mentorship
With their expertise, you'll be able to overcome obstacles, learn new skills, and maximize your
hackathon experience. Don't hesitate to seek out their advice and make the most of the mentorship
opportunities available at HackRPI.
</p>
</div>
Expand Down Expand Up @@ -117,7 +116,7 @@ function EventPage() {
</li>
<li className=" border-b border-gray-400 mb-2">
<strong>Practical & Useful:</strong> What problem do you want to solve? How applicable is your hack to
problems we're facing today?
problems we&apos;re facing today?
</li>
<li className=" border-b border-gray-400 mb-2">
<strong>Technical Difficulty:</strong> How technically challenging is it? Which technologies did you
Expand Down

0 comments on commit 07131cb

Please sign in to comment.