tangled
alpha
login
or
join now
jaydip.me
/
moocup
4
fork
atom
stunning screenshots in seconds https://moocup.jaydip.me
4
fork
atom
overview
issues
2
pulls
pipelines
fix: mobile links
Jaydip Sanghani
7 months ago
41eba6a2
a3e78aec
+19
-19
1 changed file
expand all
collapse all
unified
split
src
components
editor
Navbar.tsx
+19
-19
src/components/editor/Navbar.tsx
···
233
233
)}
234
234
</Button>
235
235
</div>
236
236
-
237
237
-
<Button
238
238
-
variant="link"
239
239
-
className="w-full"
240
240
-
>
241
241
-
<a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" className='inline-flex gap-2 w-full grid-cols-2'>
242
242
-
<Github />
243
243
-
Hey, You can also help us out at here
236
236
+
237
237
+
<Button
238
238
+
variant="link"
239
239
+
className="w-full"
240
240
+
>
241
241
+
<a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" className='inline-flex gap-2 w-full grid-cols-2'>
242
242
+
<Github />
243
243
+
Hey, You can also help us out at here
244
244
</a>
245
245
-
</Button>
245
245
+
</Button>
246
246
</div>
247
247
248
248
<Card className={`border-primary/20 bg-gradient-to-br from-primary/5 to-primary/10 ${!isMobile ? 'order-1' : 'order-2'} group`}>
···
390
390
)}
391
391
</div>
392
392
<div className="flex items-center gap-2">
393
393
-
<a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer"
394
394
-
>
395
395
-
<Button
396
396
-
variant="outline"
397
397
-
className="gap-2"
398
398
-
>
399
399
-
<Github />
400
400
-
Moocup is now Open source, Send a Star!
401
401
-
</Button>
402
402
-
</a>
403
393
{isMobile ? (
404
394
<Dialog open={isDialogOpen} onOpenChange={setIsDialogOpen}>
405
395
<DialogTrigger asChild>
···
432
422
</Dialog>
433
423
) : (
434
424
<div className="relative">
425
425
+
<a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer"
426
426
+
>
427
427
+
<Button
428
428
+
variant="outline"
429
429
+
className="gap-2 mr-2"
430
430
+
>
431
431
+
<Github />
432
432
+
Moocup is now Open source, Send a Star!
433
433
+
</Button>
434
434
+
</a>
435
435
<Button
436
436
variant="outline"
437
437
onClick={() => setShowExportOptions(!showExportOptions)}