Skip to content

Commit

Permalink
Conflicting Public and Page files
Browse files Browse the repository at this point in the history
  • Loading branch information
sirAvent committed Oct 30, 2023
1 parent 26b3a34 commit 2dc1821
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/events/events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FaExternalLinkAlt } from "react-icons/fa";
import EventsData from "../../assets/data/events.json";
import EventsData from "../../../assets/events.json";

function getFormattedDate(date) {
const dateObject = new Date(date + "T00:00:00").toLocaleDateString("en-US", {
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
FaEnvelope,
} from "react-icons/fa";
import Link from "next/link";
import Clubs from "../assets/data/clubs.json";
import Clubs from "../../assets/clubs.json";

const MEDIA_LINKS = [
{
Expand Down

0 comments on commit 2dc1821

Please sign in to comment.