Skip to content

Commit

Permalink
Merge branch 'dev' into broken-links-cicd
Browse files Browse the repository at this point in the history
Signed-off-by: Owen <[email protected]>
  • Loading branch information
owenwahlgren authored Sep 6, 2024
2 parents e7aaf5b + 1700717 commit 2182228
Show file tree
Hide file tree
Showing 13 changed files with 308 additions and 596 deletions.
2 changes: 1 addition & 1 deletion components/tracker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const IndexedDBComponent: React.FC = () => {
getAllRequest.onsuccess = function (event: any) {
const paths = event.target.result as { path: string }[];
paths.forEach(item => {
const sidebarItem = document.querySelector(`a[href="${item.path}"]`);
const sidebarItem = document.querySelector(`aside a[href="${item.path}"]`);

if (sidebarItem) {
// Check if a checkmark already exists
Expand Down
215 changes: 0 additions & 215 deletions content/common/avalanche-ictt/erc20erc20cli.mdx

This file was deleted.

108 changes: 0 additions & 108 deletions content/common/avalanche-ictt/setup-manual.mdx

This file was deleted.

Loading

0 comments on commit 2182228

Please sign in to comment.