Added small description to header element

This commit is contained in:
Lucas Dower 2023-05-06 17:05:00 +01:00
parent bae3532c4d
commit 4861580870
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "objtoschematic",
"private": true,
"version": "0.0.0",
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
"description": "A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt",
"main": "./dist/src/main.js",
"engines": {
"node": ">=16.8.0"

View File

@ -62,6 +62,11 @@ export class HeaderComponent extends BaseComponent<HTMLDivElement> {
${this._discordButton.generateHTML()}
</div>
</div>
<div class="col-container header-cols">
<div class="col-container" style="padding-top: 5px;">
A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt.
</div>
</div>
`;
}