Skip to content

Commit da86fcf

Browse files
authored
Add new sites to OTHER_SITES array
1 parent fc60906 commit da86fcf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

widgets.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ function toggleSupport(force) {
254254
// ── OTHER PROJECTS / WEBSITES ────────────────────────────────────────────────
255255
const OTHER_SITES = [
256256
{ name: 'LabPrepDz', url: 'https://intj-boy.github.io/LabPrepDz/' },
257-
{ name: 'ExpoShare', url: 'https://intj-boy.github.io/ExpoShare/' }
257+
{ name: 'ExpoShare', url: 'https://intj-boy.github.io/ExpoShare/' },
258+
{ name: 'MicroOdyssey', url: 'https://intj-boy.github.io/MicroLabPro/' },
259+
{ name: 'MicroVerse', url: 'https://intj-boy.github.io/MicroVerse/'}
258260
// Add up to 4 more entries here as future projects launch:
259261
// { name: 'ProjectName', url: 'https://example.com' }
260262
];

0 commit comments

Comments
 (0)