Skip to content

Commit 0651e62

Browse files
author
Miyo Sho
committed
nitpick branding fix
1 parent 0c8c705 commit 0651e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extensions/tw/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const iconURI = `data:image/svg+xml;base64,${btoa('<svg xmlns="http://www.w3.org
1010
* Class for NitroBolt blocks
1111
* @constructor
1212
*/
13-
class TurboWarpBlocks {
13+
class NitroBoltBlocks {
1414
constructor (runtime) {
1515
/**
1616
* The runtime instantiating this block package.
@@ -103,4 +103,4 @@ class TurboWarpBlocks {
103103
}
104104
}
105105

106-
module.exports = TurboWarpBlocks;
106+
module.exports = NitroBoltBlocks;

0 commit comments

Comments
 (0)