@@ -447,7 +447,7 @@ await queue.repeat('daily-report',
447447 < div className = "space-y-4" >
448448 < div className = "flex items-center space-x-3" >
449449 < Image
450- src = "/logo.png "
450+ src = "/vorsteh-queue- logo.svg "
451451 alt = "Vorsteh Queue Logo"
452452 width = { 32 }
453453 height = { 32 }
@@ -490,20 +490,15 @@ await queue.repeat('daily-report',
490490 < h4 className = "mb-4 font-semibold" > Community</ h4 >
491491 < ul className = "text-cream-200 space-y-2 text-sm" >
492492 < li >
493- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
493+ < a
494+ href = "https://github.com/noxify/vorsteh-queue"
495+ target = "_blank"
496+ className = "hover:text-orange-primary transition-colors"
497+ >
494498 GitHub
495- </ Link >
496- </ li >
497- < li >
498- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
499- Discord
500- </ Link >
501- </ li >
502- < li >
503- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
504- Twitter
505- </ Link >
499+ </ a >
506500 </ li >
501+
507502 < li >
508503 < Link href = "#" className = "hover:text-orange-primary transition-colors" >
509504 Contributing
@@ -516,24 +511,13 @@ await queue.repeat('daily-report',
516511 < h4 className = "mb-4 font-semibold" > Support</ h4 >
517512 < ul className = "text-cream-200 space-y-2 text-sm" >
518513 < li >
519- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
520- Help Center
521- </ Link >
522- </ li >
523- < li >
524- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
514+ < a
515+ href = "https://github.com/noxify/vorsteh-queue/issues"
516+ target = "_blank"
517+ className = "hover:text-orange-primary transition-colors"
518+ >
525519 Bug Reports
526- </ Link >
527- </ li >
528- < li >
529- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
530- Feature Requests
531- </ Link >
532- </ li >
533- < li >
534- < Link href = "#" className = "hover:text-orange-primary transition-colors" >
535- Contact
536- </ Link >
520+ </ a >
537521 </ li >
538522 </ ul >
539523 </ div >
0 commit comments