File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,17 @@ export default function Shares({ preferences, getMatches }: SharesProps) {
132132 < div className = "border border-gray-200 rounded-xl p-6 hover:border-purple-300 transition-all" >
133133 < div className = "mb-4" >
134134 < h3 className = "text-xl font-semibold text-gray-900" > Step 2: Upload Shares</ h3 >
135- < p className = "text-sm text-gray-600 mb-4" >
136- Twitter handler: To allow your matches to contact you, please enter your Twitter handle.
137- </ p >
135+ < div className = "p-4 bg-gradient-to-r from-pink-50 to-purple-50 rounded-xl border border-pink-100 mb-6" >
136+ < p className = "text-sm text-gray-600 mb-2" >
137+ < span className = "font-medium text-purple-700" > Quick note:</ span > Since this is a proof of concept, I haven't built an
138+ in-app chat yet. That's why I'm asking for your Twitter handle - it's the easiest way for your matches to
139+ reach out to you!
140+ </ p >
141+ < p className = "text-sm text-gray-600" >
142+ If you prefer not to share your handle, you can just copy mine:{ " " }
143+ < span className = "font-medium text-purple-700" > @0xteddav</ span >
144+ </ p >
145+ </ div >
138146 < div className = "flex items-center space-x-2 mb-4" >
139147 < span className = "text-gray-500" > @</ span >
140148 < input
You can’t perform that action at this time.
0 commit comments