We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5afca4 commit f0bda77Copy full SHA for f0bda77
1 file changed
src/widgets/home/ui/HomeButton.tsx
@@ -25,7 +25,7 @@ export const HomeButton = ({
25
))}
26
{isAtag ? (
27
<a
28
- href="tel:13239911974"
+ href="tel:+13239911974"
29
className="border-m text-m hover:bg-m-hover active:bg-m-hover mt-[26px] flex w-full cursor-pointer items-center justify-center rounded-full border-[1px] py-3 font-semibold focus:outline-none"
30
onClick={onClick}
31
>
0 commit comments