diff --git a/resources/views/livewire/plugins/index.blade.php b/resources/views/livewire/plugins/index.blade.php
index d6947d6..1f6c660 100644
--- a/resources/views/livewire/plugins/index.blade.php
+++ b/resources/views/livewire/plugins/index.blade.php
@@ -224,7 +224,7 @@ new class extends Component {
Import Recipe
- Alpha
+ Beta
Upload a ZIP archive containing a TRMNL recipe — either exported from the cloud service or structured using the trmnlp project structure.
diff --git a/resources/views/livewire/plugins/recipe.blade.php b/resources/views/livewire/plugins/recipe.blade.php
index c8907cf..c216bde 100644
--- a/resources/views/livewire/plugins/recipe.blade.php
+++ b/resources/views/livewire/plugins/recipe.blade.php
@@ -1082,7 +1082,7 @@ HTML;
})"
wire:ignore
wire:key="cm-{{ $textareaId }}"
- class="max-w-2xl min-h-[300px] h-[500px] overflow-hidden resize-y"
+ class="max-w-2xl min-h-[300px] h-[565px] overflow-hidden resize-y"
>