diff --git a/apps/ui/src/components/ui/path-input.tsx b/apps/ui/src/components/ui/path-input.tsx
index cb157653..09f8186f 100644
--- a/apps/ui/src/components/ui/path-input.tsx
+++ b/apps/ui/src/components/ui/path-input.tsx
@@ -3,6 +3,7 @@ import { useState, useRef, useCallback, useMemo } from 'react';
import { Home, ArrowLeft, Pencil, ArrowRight, Search, Folder, File, X } from 'lucide-react';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
+import { Kbd } from '@/components/ui/kbd';
import {
Breadcrumb,
BreadcrumbList,
@@ -308,9 +309,7 @@ function PathInput({
>
-
- ESC
-
+ ESC