mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
lint
This commit is contained in:
parent
41be1aaf8e
commit
32ff9fa7bb
@ -75,10 +75,13 @@ const ApproveChange: React.FC<ApproveChangeProps> = ({ rejectFormOpen, setReject
|
||||
</label>
|
||||
</div>
|
||||
<div className="flex flex-col items-center gap-2 w-full mb-2">
|
||||
<h2 className="text-sm text-bolt-elements-textPrimary">
|
||||
Or
|
||||
</h2>
|
||||
<a className="text-sm text-green-500 hover:text-green-600 transition-colors" href="https://cal.com/filip" target="_blank" rel="noopener noreferrer">
|
||||
<h2 className="text-sm text-bolt-elements-textPrimary">Or</h2>
|
||||
<a
|
||||
className="text-sm text-green-500 hover:text-green-600 transition-colors"
|
||||
href="https://cal.com/filip"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Schedule a call with the Nut Team.
|
||||
</a>
|
||||
</div>
|
||||
|
@ -113,17 +113,19 @@ const FeedbackModal = ({
|
||||
</button>
|
||||
</div>
|
||||
<div className="flex flex-col justify-center gap-3 mt-6">
|
||||
<h2 className="text-2xl font-bold mt-6 text-bolt-elements-textPrimary text-center">
|
||||
Or
|
||||
</h2>
|
||||
<h2 className="text-2xl font-bold mt-6 text-bolt-elements-textPrimary text-center">Or</h2>
|
||||
<h4 className="text-xl font-bold mb-4 mt-6 text-bolt-elements-textPrimary text-center">
|
||||
<a className="text-green-500 hover:text-green-600 transition-colors" href="https://cal.com/filip" target="_blank" rel="noopener noreferrer">
|
||||
<a
|
||||
className="text-green-500 hover:text-green-600 transition-colors"
|
||||
href="https://cal.com/filip"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Schedule a call
|
||||
</a>
|
||||
with the Nut Team
|
||||
</h4>
|
||||
<div className="text-center">
|
||||
</div>
|
||||
<div className="text-center"></div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user