MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / BackButton

Function BackButton

src/components/BackButton.tsx:9–19  ·  view source on GitHub ↗
({ href })

Source from the content-addressed store, hash-verified

7}
8
9export const BackButton: FC<BackButtonProps> = ({ href }) => {
10 return (
11 <Link
12 className="mb-8 flex flex-row items-center text-red-500 no-underline hover:text-red-500/70"
13 href={href}
14 >
15 <ChevronLeft size={17} />
16 Back
17 </Link>
18 )
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected