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 = () => (
|
export const SelfSocialLink = () => (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
<a target="_blank" rel="noopener noreferrer" href="https://wnd.sh/">
|
||||||
<TooltipTrigger>
|
<TooltipTrigger>
|
||||||
<Button variant="link" asChild>
|
<Button variant="link" asChild>
|
||||||
<TerminalIcon />
|
<TerminalIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
|
</a>
|
||||||
<TooltipContent>
|
<TooltipContent>
|
||||||
<a target="_blank" rel="noopener noreferrer" href="https://wnd.sh/">
|
<a target="_blank" rel="noopener noreferrer" href="https://wnd.sh/">
|
||||||
created with 💜 by @wnd.sh (click!)
|
created with 💜 by @wnd.sh (click!)
|
||||||
@ -24,18 +26,16 @@ export const SelfSocialLink = () => (
|
|||||||
|
|
||||||
export const GitSocialLink = () => (
|
export const GitSocialLink = () => (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
<a target="_blank" rel="noopener noreferrer" href="https://git.wnd.sh/n/tid">
|
||||||
<TooltipTrigger>
|
<TooltipTrigger>
|
||||||
<Button variant="link" asChild>
|
<Button variant="link" asChild>
|
||||||
<GitCommitVerticalIcon />
|
<GitCommitVerticalIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
|
</a>
|
||||||
<TooltipContent>
|
<TooltipContent>
|
||||||
<a
|
<a target="_blank" rel="noopener noreferrer" href="https://git.wnd.sh/n/tid">
|
||||||
target="_blank"
|
git (click!)
|
||||||
rel="noopener noreferrer"
|
|
||||||
href="https://github.com/wndsh"
|
|
||||||
>
|
|
||||||
GitHub (click!)
|
|
||||||
</a>
|
</a>
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user