Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca05aac

Browse files
committedOct 27, 2020
change to the tools.js
1 parent 4692bf9 commit ca05aac

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed
 

‎assets/config/tools.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ const UTILITY_TOOLS ={
6666
"description": "A tool to convert speed units",
6767
"url": "/speed/speed.html"
6868
},
69+
{
70+
"title": "Storage Conversion",
71+
"description": "A tool to convert Digital Storage units",
72+
"url": "/storage/storage.html"
73+
},
6974
{
7075
"title": "Temperature Conversion",
7176
"description": "A tool to convert temperature units",
@@ -75,7 +80,7 @@ const UTILITY_TOOLS ={
7580
"title": "Torque Conversion",
7681
"description": "A tool to convert torque units",
7782
"url": "/Torque/torque.html"
78-
}
83+
},
7984
{
8085
"title": "Weight Conversion",
8186
"description": "A tool to convert Weight units",
@@ -207,6 +212,11 @@ const UTILITY_TOOLS ={
207212
"description": "A tool to convert numbers tp roman numbers",
208213
"url": "/romanNumerals/romanNumerals.html"
209214
},
215+
{
216+
"title": "scientific calcuator",
217+
"description": "scientific calcuator",
218+
"url": "/scientific-calcuator/sci-calc.html"
219+
},
210220
{
211221
"title": "Volume Conversion",
212222
"description": "A tool to convert volume units",

0 commit comments

Comments
 (0)
Please sign in to comment.