Skip to content

Commit 81c4a8f

Browse files
authored
Fix malformed HTML in BNO085 link (#324)
1 parent e135b22 commit 81c4a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/diy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'amount': (set) => set,
2424
'cost': 11,
2525
'costAll': (set) => set * 11 + 6,
26-
'links': '<a href="https://shop.slimevr.dev/products/slimevr-imu-module-bno085" target="_blank">Official SlimeVR BNO085</a> or <a href="https://www.mouser.com/c/?q=BNO085" target="_blank>Adafruit BNO085</a>.'
26+
'links': '<a href="https://shop.slimevr.dev/products/slimevr-imu-module-bno085" target="_blank">Official SlimeVR BNO085</a> or <a href="https://www.mouser.com/c/?q=BNO085" target="_blank">Adafruit BNO085</a>.'
2727
},
2828
{
2929
'name': 'LSM6DSV',

0 commit comments

Comments
 (0)