diff --git a/documentation/player/skin-parts.md b/documentation/player/skin-parts.md index ba4c36f..567bbd0 100644 --- a/documentation/player/skin-parts.md +++ b/documentation/player/skin-parts.md @@ -15,11 +15,11 @@ GET /player/:part/:query ## Parts -| Part | Description | -|------|-----------------------| -| head | Get the player's head | -| face | Get the player's face | -| body | Get the player's body | +| Part | Description | +|------|---------------------------------| +| head | Get the player's isometric head | +| face | Get the player's face | +| body | Get the player's body | ## Parameters diff --git a/src/app/components/docs/search.tsx b/src/app/components/docs/search.tsx index dc4a5c4..1105650 100644 --- a/src/app/components/docs/search.tsx +++ b/src/app/components/docs/search.tsx @@ -5,6 +5,7 @@ import { Button } from "@/app/components/ui/button"; import { Dialog, DialogContent, DialogTitle, DialogTrigger } from "@/app/components/ui/dialog"; import { DocsContentMetadata } from "@/app/common/documentation"; import { DocumentationPages } from "@/app/components/docs/documentation-pages"; +import { SearchIcon } from "lucide-react"; export function Search(): ReactElement { /** @@ -41,7 +42,10 @@ export function Search(): ReactElement {