Skip to content

Commit c8aa6cd

Browse files
DEBUG: Add console logging to exploreJobs icon mapping
1 parent 383e631 commit c8aa6cd

4 files changed

Lines changed: 70 additions & 3 deletions

File tree

assets/index-YN17OvDs.js

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}(window.location));
1717
</script>
1818
<script src="./runtime-config.js"></script>
19-
<script type="module" crossorigin src="./assets/index-DJ95YXJd.js"></script>
19+
<script type="module" crossorigin src="./assets/index-YN17OvDs.js"></script>
2020
<link rel="stylesheet" crossorigin href="./assets/index-BHQWbmWP.css">
2121
</head>
2222
<body>

frontend/src/offlineStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2921,7 +2921,7 @@ export const offlineApi = {
29212921
// Map category to icon
29222922
const getIcon = (cat) => {
29232923
const lower = normalizeText(cat || '').toLowerCase();
2924-
2924+
console.log('DEBUG ICON:', cat, '->', lower);
29252925
// Explicit English Mapping (High Priority)
29262926
if (lower.includes('technology') || lower.includes('data') || lower.includes('it')) return 'tech.svg';
29272927
if (lower.includes('education')) return 'education.svg';

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}(window.location));
1717
</script>
1818
<script src="./runtime-config.js"></script>
19-
<script type="module" crossorigin src="./assets/index-DJ95YXJd.js"></script>
19+
<script type="module" crossorigin src="./assets/index-YN17OvDs.js"></script>
2020
<link rel="stylesheet" crossorigin href="./assets/index-BHQWbmWP.css">
2121
</head>
2222
<body>

0 commit comments

Comments
 (0)