MCPcopy Create free account
hub / github.com/9d8dev/directory / Subscribe

Function Subscribe

app/layout.tsx:120–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118};
119
120const Subscribe = () => {
121 return (
122 <Dialog>
123 <DialogTrigger asChild>
124 <Button size="sm" className="flex items-center">
125 <Mail className="mr-2 h-3 w-3" /> Subscribe
126 </Button>
127 </DialogTrigger>
128 <DialogContent>
129 <DialogHeader>
130 <DialogTitle>Subscribe for more resources</DialogTitle>
131 <DialogDescription>
132 Get notified when new resources are added.
133 </DialogDescription>
134 </DialogHeader>
135 <EmailForm />
136 <div className="h-px" />
137 </DialogContent>
138 </Dialog>
139 );
140};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected