fixed social links (href and added another link around the button itself
This commit is contained in:
parent
d3dd2d0492
commit
7452a62c72
@ -9,11 +9,13 @@ import { GitCommitVerticalIcon } from "@/components/ui/git-commit-vertical";
|
||||
|
||||
export const SelfSocialLink = () => (
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<Button variant="link" asChild>
|
||||
<TerminalIcon />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://wnd.sh/">
|
||||
<TooltipTrigger>
|
||||
<Button variant="link" asChild>
|
||||
<TerminalIcon />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
</a>
|
||||
<TooltipContent>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://wnd.sh/">
|
||||
created with 💜 by @wnd.sh (click!)
|
||||
@ -24,18 +26,16 @@ export const SelfSocialLink = () => (
|
||||
|
||||
export const GitSocialLink = () => (
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<Button variant="link" asChild>
|
||||
<GitCommitVerticalIcon />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://git.wnd.sh/n/tid">
|
||||
<TooltipTrigger>
|
||||
<Button variant="link" asChild>
|
||||
<GitCommitVerticalIcon />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
</a>
|
||||
<TooltipContent>
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href="https://github.com/wndsh"
|
||||
>
|
||||
GitHub (click!)
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://git.wnd.sh/n/tid">
|
||||
git (click!)
|
||||
</a>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user