Skip to content

Commit

Permalink
UADS-18 test: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
khir829 committed Jun 21, 2024
1 parent ee6bcb0 commit c93b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import "slick-carousel/slick/slick-theme.css";
import "slick-carousel/slick/slick.css";
import EventCard, { EventType } from "../components/EventCard";
import Navbar from "../components/Navbar";
import Footer from "@components/Footer";
import Footer from "../components/Footer";

//TODO: Get actual info from db or cms
const sponsorsDummyData: string[] = [tsujiri, tsujiri, tsujiri, tsujiri, tsujiri, tsujiri, tsujiri, tsujiri];
Expand Down

0 comments on commit c93b728

Please sign in to comment.