Skip to content

Commit f0bda77

Browse files
committed
fix : change phone number with +
1 parent d5afca4 commit f0bda77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/home/ui/HomeButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const HomeButton = ({
2525
))}
2626
{isAtag ? (
2727
<a
28-
href="tel:13239911974"
28+
href="tel:+13239911974"
2929
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"
3030
onClick={onClick}
3131
>

0 commit comments

Comments
 (0)