From 53a38bd4623642901d3113e065346ac6862394c2 Mon Sep 17 00:00:00 2001
From: AzureZhen <7415711+AzureDoom@users.noreply.github.com>
Date: Mon, 7 Aug 2023 17:44:10 -0400
Subject: [PATCH] Fixes website link
---
src/azurelib_utils/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/azurelib_utils/index.js b/src/azurelib_utils/index.js
index 03d2fa61..9966b752 100644
--- a/src/azurelib_utils/index.js
+++ b/src/azurelib_utils/index.js
@@ -65,7 +65,7 @@ if (!semverSatisfies(semverCoerce(Blockbench.version), SUPPORTED_BB_VERSION_RANG
id: 'project',
title: 'AzureLib Model Settings',
width: 540,
- lines: [`AzureLib Animation Utils v${version}`],
+ lines: [`AzureLib Animation Utils v${version}`],
form: {
objectType: {label: 'Object Type', type: 'select', default: azurelibSettings.objectType, options: OBJ_TYPE_OPTIONS},
// modSDK: {label: 'Modding SDK', type: 'select', default: azurelibSettings.modSDK, options: MOD_SDK_OPTIONS},