Skip to content

Commit

Permalink
removed the redundencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 24, 2024
1 parent b0525d2 commit 0075b62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import { Visibility } from './types/Visibility';

// Data Imports
import campusData from './assets/campuses.json';
import { CustomEventOptions } from './types/CustomEventOptions';

const TOKEN = import.meta.env.VITE_MAPBOX_TOKEN;
const FOOTER_MENU_ID = import.meta.env.VITE_REMOTE_FOOTER_MENU_ID;
Expand Down Expand Up @@ -220,7 +219,7 @@ function App() {
action: "click_internal_link",
label: `${location!.title.rendered}`
}
)
);

html = `<a class="location-link" href="${location!.link}" onClick="{() => trackLinkClick(${location!.title.rendered}) }" target="_blank">${feature?.properties?.Name}</a>`;
} else {
Expand Down
6 changes: 0 additions & 6 deletions src/types/CustomEventOptions.ts

This file was deleted.

0 comments on commit 0075b62

Please sign in to comment.