diff --git a/.gitignore b/.gitignore
index 9fd8f3f..862ddd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ AGENTS.override.md
.claude/*.local.*
.claude/settings*.json
.claude/pr/*
+.claude/worktrees/
.mcp*
.tmp
.pi-subagents
diff --git a/src/pages/function-list/components/EmptyState.tsx b/src/pages/function-list/components/EmptyState.tsx
index 1ba8b8c..ffa87c4 100644
--- a/src/pages/function-list/components/EmptyState.tsx
+++ b/src/pages/function-list/components/EmptyState.tsx
@@ -25,9 +25,7 @@ export function FunctionsEmptyState({ isCreateDisabled }: FunctionsEmptyStatePro
"A GitHub Personal Access Token is required to create functions. Click 'Connect to GitHub' in the top-right corner to connect. Once connected, the create button will be enabled.",
)
: t('Create a serverless function to get started.')}
-