MCPcopy Create free account
hub / github.com/chronark/envshare / ErrorMessage

Function ErrorMessage

app/components/error.tsx:5–11  ·  view source on GitHub ↗
({ message })

Source from the content-addressed store, hash-verified

3};
4
5export const ErrorMessage: React.FC<Props> = ({ message }) => {
6 return (
7 <div className="flex items-center justify-center my-8 lg:my-16">
8 <span className="px-4 py-2 text-red-500 border rounded border-red-500/50 bg-red-500/10"> {message}</span>
9 </div>
10 );
11};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected