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

positioning fix

+33 -33
+33 -33
src/components/editor/Navbar.tsx
··· 389 389 )} 390 390 </div> 391 391 <div className="flex items-center gap-2"> 392 + <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" 393 + > 394 + <Button 395 + variant="outline" 396 + className="gap-2 mr-2" 397 + > 398 + <svg xmlns="http://www.w3.org/2000/svg" stroke="#000" viewBox="0 0 20 20"> 399 + <g id="SVGRepo_iconCarrier"> 400 + <g 401 + id="Page-1" 402 + fill="none" 403 + fillRule="evenodd" 404 + stroke="none" 405 + strokeWidth="1" 406 + > 407 + <g 408 + id="Dribbble-Light-Preview" 409 + fill="#99d28e" 410 + transform="translate(-140 -7559)" 411 + > 412 + <g id="icons" transform="translate(56 160)"> 413 + <path 414 + id="github-[#99d28e142]" 415 + d="M94 7399c5.523 0 10 4.59 10 10.253 0 4.529-2.862 8.371-6.833 9.728-.507.101-.687-.219-.687-.492 0-.338.012-1.442.012-2.814 0-.956-.32-1.58-.679-1.898 2.227-.254 4.567-1.121 4.567-5.059 0-1.12-.388-2.034-1.03-2.752.104-.259.447-1.302-.098-2.714 0 0-.838-.275-2.747 1.051a9.4 9.4 0 0 0-2.505-.345 9.4 9.4 0 0 0-2.503.345c-1.911-1.326-2.751-1.051-2.751-1.051-.543 1.412-.2 2.455-.097 2.714-.639.718-1.03 1.632-1.03 2.752 0 3.928 2.335 4.808 4.556 5.067-.286.256-.545.708-.635 1.371-.57.262-2.018.715-2.91-.852 0 0-.529-.985-1.533-1.057 0 0-.975-.013-.068.623 0 0 .655.315 1.11 1.5 0 0 .587 1.83 3.369 1.21.005.857.014 1.665.014 1.909 0 .271-.184.588-.683.493-3.974-1.355-6.839-5.199-6.839-9.729 0-5.663 4.478-10.253 10-10.253" 416 + ></path> 417 + </g> 418 + </g> 419 + </g> 420 + </g> 421 + </svg> 422 + Send us a star! 423 + </Button> 424 + </a> 392 425 {isMobile ? ( 393 426 <Dialog open={isDialogOpen} onOpenChange={setIsDialogOpen}> 394 427 <DialogTrigger asChild> ··· 421 454 </Dialog> 422 455 ) : ( 423 456 <div className="relative"> 424 - <a href='https://github.com/jellydeck/moocup' target="_blank" rel="noopener noreferrer" 425 - > 426 - <Button 427 - variant="outline" 428 - className="gap-2 mr-2" 429 - > 430 - <svg xmlns="http://www.w3.org/2000/svg" stroke="#000" viewBox="0 0 20 20"> 431 - <g id="SVGRepo_iconCarrier"> 432 - <g 433 - id="Page-1" 434 - fill="none" 435 - fillRule="evenodd" 436 - stroke="none" 437 - strokeWidth="1" 438 - > 439 - <g 440 - id="Dribbble-Light-Preview" 441 - fill="#99d28e" 442 - transform="translate(-140 -7559)" 443 - > 444 - <g id="icons" transform="translate(56 160)"> 445 - <path 446 - id="github-[#99d28e142]" 447 - d="M94 7399c5.523 0 10 4.59 10 10.253 0 4.529-2.862 8.371-6.833 9.728-.507.101-.687-.219-.687-.492 0-.338.012-1.442.012-2.814 0-.956-.32-1.58-.679-1.898 2.227-.254 4.567-1.121 4.567-5.059 0-1.12-.388-2.034-1.03-2.752.104-.259.447-1.302-.098-2.714 0 0-.838-.275-2.747 1.051a9.4 9.4 0 0 0-2.505-.345 9.4 9.4 0 0 0-2.503.345c-1.911-1.326-2.751-1.051-2.751-1.051-.543 1.412-.2 2.455-.097 2.714-.639.718-1.03 1.632-1.03 2.752 0 3.928 2.335 4.808 4.556 5.067-.286.256-.545.708-.635 1.371-.57.262-2.018.715-2.91-.852 0 0-.529-.985-1.533-1.057 0 0-.975-.013-.068.623 0 0 .655.315 1.11 1.5 0 0 .587 1.83 3.369 1.21.005.857.014 1.665.014 1.909 0 .271-.184.588-.683.493-3.974-1.355-6.839-5.199-6.839-9.729 0-5.663 4.478-10.253 10-10.253" 448 - ></path> 449 - </g> 450 - </g> 451 - </g> 452 - </g> 453 - </svg> 454 - Send us a star! 455 - </Button> 456 - </a> 457 457 <Button 458 458 variant="outline" 459 459 onClick={() => setShowExportOptions(!showExportOptions)}