Skip to content

Commit ec17dd9

Browse files
committed
feat: remove unused dataSources and report links for cleaner configuration
1 parent e9ba2cc commit ec17dd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ export const maxCardsPerRow = 4
1717
export const supportLink = 'https://github.com/medyo/hackertab.dev/issues'
1818
export const privacyPolicyLink = 'https://www.hackertab.dev/privacy-policy'
1919
export const termsAndConditionsLink = 'https://www.hackertab.dev/terms-and-conditions'
20-
export const dataSourcesLink = 'https://www.hackertab.dev/data-sources'
2120
export const changeLogLink = 'https://api.github.com/repos/medyo/hackertab.dev/releases'
2221
export const twitterHandle = '@hackertabdev'
23-
export const reportLink = 'https://www.hackertab.dev/report'
2422

2523
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
2624
export const MAX_ITEMS_PER_CARD = 50

0 commit comments

Comments
 (0)