Skip to content

Commit e849ead

Browse files
committed
Feat: Builds DHCP Option 43 Generator (#15)
1 parent 2e4bb24 commit e849ead

File tree

7 files changed

+1476
-1
lines changed

7 files changed

+1476
-1
lines changed

src/lib/components/furniture/TopNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
secondaryDropdownPositions = {
4242
...secondaryDropdownPositions,
43-
[title]: spaceOnRight < 330 ? 'left' : 'right'
43+
[title]: spaceOnRight < 330 ? 'left' : 'right',
4444
};
4545
});
4646
});

0 commit comments

Comments
 (0)