LogsLink() — supabase Function Reference
Architecture documentation for the LogsLink() function in OverviewMetrics.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Auth/Overview/OverviewMetrics.tsx lines 103–119
const LogsLink = ({ href }: { href: string }) => (
<Tooltip>
<TooltipTrigger asChild>
<Button
type="text"
size="tiny"
className="p-1.5 text-foreground-lighter hover:text-foreground"
asChild
>
<Link href={href} aria-label="Go to Logs">
<ChevronRight size={12} />
</Link>
</Button>
</TooltipTrigger>
<TooltipContent>Go to Logs</TooltipContent>
</Tooltip>
)
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free