Skip to content

Commit

Permalink
(revert later) add a test to diagnose link preview bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Nov 8, 2024
1 parent 11e2a2f commit 9dc3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ export const Dashboard: NextPage = () => {
);
}

let pageTitle = '';
let pageTitle = 'test';
courses.map((term) => {
pageTitle += searchQueryLabel(term) + ', ';
});
Expand Down

0 comments on commit 9dc3e06

Please sign in to comment.