mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
fix github links
This commit is contained in:
parent
3e1e369f1f
commit
6872d77d01
@ -224,7 +224,7 @@ const InteractivePromotionalCarousel = () => {
|
||||
<div className="flex flex-wrap gap-4 justify-center mt-2">
|
||||
<i
|
||||
className="pi pi-github text-gray-300 cursor-pointer text-xl hover:opacity-80"
|
||||
onClick={() => window.open('https://github.com/pleb-devs', '_blank')}
|
||||
onClick={() => window.open('https://github.com/austinkelsay/plebdevs', '_blank')}
|
||||
title="Github"
|
||||
/>
|
||||
<i
|
||||
@ -255,7 +255,7 @@ const InteractivePromotionalCarousel = () => {
|
||||
<div className="flex flex-wrap gap-4 justify-center mt-2">
|
||||
<i
|
||||
className="pi pi-github text-gray-300 cursor-pointer text-xl hover:opacity-80"
|
||||
onClick={() => window.open('https://github.com/pleb-devs', '_blank')}
|
||||
onClick={() => window.open('https://github.com/austinkelsay/plebdevs', '_blank')}
|
||||
title="Github"
|
||||
/>
|
||||
<i
|
||||
|
Loading…
x
Reference in New Issue
Block a user