VoteLink() — supabase Function Reference
Architecture documentation for the VoteLink() function in VoteLink.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/LogDrains/VoteLink.tsx lines 3–18
export const VoteLink = () => {
return (
<div className="flex items-center justify-center gap-1.5 text-sm">
<p className="text-foreground-light">
Don't see your preferred drain?{' '}
<Link
href="https://github.com/orgs/supabase/discussions/28324?sort=top"
className="text-foreground underline underline-offset-2 decoration-foreground-muted hover:decoration-foreground transition-all"
target="_blank"
>
Vote here
</Link>
</p>
</div>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free