stunning screenshots in seconds https://moocup.jaydip.me

fix: mobile links

+19 -19
+19 -19
src/components/editor/Navbar.tsx
··· 233 233 )} 234 234 </Button> 235 235 </div> 236 - 237 - <Button 238 - variant="link" 239 - className="w-full" 240 - > 241 - <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" className='inline-flex gap-2 w-full grid-cols-2'> 242 - <Github /> 243 - Hey, You can also help us out at here 236 + 237 + <Button 238 + variant="link" 239 + className="w-full" 240 + > 241 + <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" className='inline-flex gap-2 w-full grid-cols-2'> 242 + <Github /> 243 + Hey, You can also help us out at here 244 244 </a> 245 - </Button> 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 - <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" 394 - > 395 - <Button 396 - variant="outline" 397 - className="gap-2" 398 - > 399 - <Github /> 400 - Moocup is now Open source, Send a Star! 401 - </Button> 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 + <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" 426 + > 427 + <Button 428 + variant="outline" 429 + className="gap-2 mr-2" 430 + > 431 + <Github /> 432 + Moocup is now Open source, Send a Star! 433 + </Button> 434 + </a> 435 435 <Button 436 436 variant="outline" 437 437 onClick={() => setShowExportOptions(!showExportOptions)}