Skip to content

Commit

Permalink
add: cal.com meet link
Browse files Browse the repository at this point in the history
  • Loading branch information
arevalolance committed Nov 27, 2023
1 parent 2200aaa commit 2cf0909
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ export default async function About() {
or{" "}
<TooltipProvider delayDuration={100}>
<Tooltip>
<TooltipTrigger className="text-gray-500 hover:cursor-not-allowed">
phone
<TooltipTrigger>
<Link
className="text-blue-500 underline"
href={"https://cal.com/arevalolance/15min"}
target="_blank"
rel="noopener noreferrer">
phone
</Link>
</TooltipTrigger>
<TooltipContent>Coming soon</TooltipContent>
<TooltipContent>Schedule via cal.com</TooltipContent>
</Tooltip>
</TooltipProvider>
. I&apos;ll get back to you as soon as I can when I receive your
Expand Down

1 comment on commit 2cf0909

@vercel
Copy link

@vercel vercel bot commented on 2cf0909 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.