Skip to content

Commit 94c3df0

Browse files
committed
front: twitter handle comment
1 parent 6f9d70d commit 94c3df0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

web-app/src/pages/Shares.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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&apos;t built an
138+
in-app chat yet. That&apos;s why I&apos;m asking for your Twitter handle - it&apos;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

0 commit comments

Comments
 (0)