@@ -19,7 +19,7 @@ export default function ContactDetails({
1919 < Label
2020 id = "website"
2121 label = "Website"
22- tooltipTitle = "Enter the Full URL for the organization's web site, e.g., https://www.hackforla.org"
22+ tooltipTitle = "Enter the full URL for the organization's web site, e.g., https://www.hackforla.org"
2323 href = { values . website }
2424 />
2525 < TextField
@@ -39,7 +39,7 @@ export default function ContactDetails({
3939 < Label
4040 id = "instagram"
4141 label = "Instagram"
42- tooltipTitle = "Enter a full Instagram URL, e.g., https://www.instagram.com/hackforla"
42+ tooltipTitle = "Enter organization's full Instagram URL, e.g., https://www.instagram.com/hackforla"
4343 href = { values . instagram }
4444 />
4545 < TextField
@@ -59,7 +59,7 @@ export default function ContactDetails({
5959 < Label
6060 id = "facebook"
6161 label = "Facebook"
62- tooltipTitle = "Enter a full Facebook URL, e.g., https://www.facebook.com/hackforla"
62+ tooltipTitle = "Enter organization's full Facebook URL, e.g., https://www.facebook.com/hackforla"
6363 href = { values . facebook }
6464 />
6565 < TextField
@@ -79,7 +79,7 @@ export default function ContactDetails({
7979 < Label
8080 id = "twitter-label"
8181 label = "Twitter"
82- tooltipTitle = "Enter a full Twitter URL, e.g., https://www.x.com/hackforla"
82+ tooltipTitle = "Enter organization's full Twitter URL, e.g., https://www.x.com/hackforla"
8383 href = { values . twitter }
8484 />
8585 < TextField
@@ -100,7 +100,7 @@ export default function ContactDetails({
100100 id = "pinterest"
101101 label = "Pinterest"
102102 href = { values . pinterest }
103- tooltipTitle = "Enter a full Pinterest URL, e.g., https://www.pinterest.com/hackforla"
103+ tooltipTitle = "Enter organization's full Pinterest URL, e.g., https://www.pinterest.com/hackforla"
104104 />
105105 < TextField
106106 id = "pinterest"
@@ -120,7 +120,7 @@ export default function ContactDetails({
120120 id = "linkedin"
121121 label = "LinkedIn"
122122 href = { values . linkedin }
123- tooltipTitle = "Enter a full LinkedIn URL, e.g., https://www.linkedin.com/hackforla"
123+ tooltipTitle = "Enter organization's full LinkedIn URL, e.g., https://www.linkedin.com/hackforla"
124124 />
125125 < TextField
126126 id = "linkedin"
0 commit comments