lighthouse
This commit is contained in:
@@ -152,7 +152,7 @@ export default function TeamsGenerator() {
|
||||
onChange={(e) => setMeetingUrl(e.target.value)}
|
||||
className="h-12 text-base rounded-xl border-slate-200 focus:border-[#6264A7] focus:ring-[#6264A7]"
|
||||
/>
|
||||
<p className="text-xs text-slate-500 mt-2">
|
||||
<p className="text-xs text-slate-600 mt-2">
|
||||
Copy the meeting link from your Teams calendar invite.
|
||||
</p>
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@ export default function TeamsGenerator() {
|
||||
onChange={(e) => setUserEmail(e.target.value)}
|
||||
className="h-12 text-base rounded-xl border-slate-200 focus:border-[#6264A7] focus:ring-[#6264A7]"
|
||||
/>
|
||||
<p className="text-xs text-slate-500 mt-2">
|
||||
<p className="text-xs text-slate-600 mt-2">
|
||||
The person's work email to start a Teams chat.
|
||||
</p>
|
||||
</div>
|
||||
@@ -269,7 +269,7 @@ export default function TeamsGenerator() {
|
||||
{linkType === 'meeting' ? 'Teams Meeting' : (userEmail || 'Teams Chat')}
|
||||
</span>
|
||||
</h3>
|
||||
<p className="text-sm text-slate-500 mt-1">
|
||||
<p className="text-sm text-slate-600 mt-1">
|
||||
{linkType === 'meeting' ? 'Join Meeting' : 'Start Chat'}
|
||||
</p>
|
||||
</div>
|
||||
@@ -294,7 +294,7 @@ export default function TeamsGenerator() {
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<p className="text-xs text-slate-500 mt-4 text-center">
|
||||
<p className="text-xs text-slate-600 mt-4 text-center">
|
||||
Works with Microsoft Teams desktop and mobile apps.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user