Skip to content

Commit

Permalink
fix: Add to google leads to a 403 page (#18430)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikdhabal authored Dec 31, 2024
1 parent 890fc92 commit fec5044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/modules/bookings/views/bookings-single-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,8 @@ export default function Success(props: PageProps) {
)}`
: ""
}`}
className="text-default border-subtle h-10 w-10 rounded-sm border px-3 py-2 ltr:mr-2 rtl:ml-2">
className="text-default border-subtle h-10 w-10 rounded-sm border px-3 py-2 ltr:mr-2 rtl:ml-2"
target="_blank">
<svg
className="-mt-1.5 inline-block h-4 w-4"
fill="currentColor"
Expand Down

0 comments on commit fec5044

Please sign in to comment.