diff --git a/dist/index.html b/dist/index.html index 036004373fa80b29e46a8aa80211b542792da9b4..009e71bc3239a96eb3040c395383dce67d08f6a2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,7 +12,7 @@ <link rel="stylesheet" href="https://quentinbolsee.pages.cba.mit.edu/gerber2img/assets/index-c5b4e48b.css"> </head> <body style="background-color: rgb(255, 255, 255);"> - <h1>gerber2png</h1> + <h1>gerber2img</h1> <p>Drag and drop multiple Gerber files to start</p> <div id="dropZone"><p id="dropText">↑</p></div> <input type="file" id="fileInput" multiple hidden></input> diff --git a/index.html b/index.html index dc250d374fe84a5135e49e2a30c1128a1bdba9c5..a1d78d308c35fefcb44e62162b4bfa7120804833 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ <meta http-equiv="Expires" content="-1" /> </head> <body style="background-color: rgb(255, 255, 255);"> - <h1>gerber2png</h1> + <h1>gerber2img</h1> <p>Drag and drop multiple Gerber files to start</p> <div id="dropZone"><p id="dropText">↑</p></div> <input type="file" id="fileInput" multiple hidden></input>