Skip to content

Commit

Permalink
fix connection path
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hanania committed Apr 2, 2023
1 parent fcfde50 commit 153c73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import HighchartsExporting from "highcharts/modules/exporting";
import HighchartsExportData from "highcharts/modules/export-data";
import Highchartsaccessibility from "highcharts/modules/accessibility";
import { useSnackbar } from "notistack";
import Connections from "./json/connections.json";
import Connections from "./json/Connections.json";
import {
topDMsAtom,
topChannelsAtom,
Expand Down
2 changes: 1 addition & 1 deletion components/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import randomWords from "random-words";
import curseWords from "../json/demo/curse.json";
import Events from "../json/events.json";
import currencies from "../json/other/currencies.json";
import connectionsJSON from "../json/connections.json";
import connectionsJSON from "../json/Connections.json";

class Utils {
static getMostUsedCurrency(transactions, amount) {
Expand Down

0 comments on commit 153c73d

Please sign in to comment.