mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-19 16:32:03 +00:00
Fix links
This commit is contained in:
parent
4f0ca4efdc
commit
0306d9b464
@ -144,7 +144,7 @@ const DocumentLesson = ({ lesson, course, decryptionPerformed, isPaid, setComple
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://habla.news/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -212,7 +212,7 @@ const VideoLesson = ({ lesson, course, decryptionPerformed, isPaid, setCompleted
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://habla.news/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@ const DocumentDetails = ({ processedEvent, topics, title, summary, image, price,
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://habla.news/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -218,7 +218,7 @@ const DocumentDetails = ({ processedEvent, topics, title, summary, image, price,
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://habla.news/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -214,7 +214,7 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://nostr.com/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -228,7 +228,7 @@ const VideoDetails = ({ processedEvent, topics, title, summary, image, price, au
|
|||||||
icon="pi pi-external-link"
|
icon="pi pi-external-link"
|
||||||
outlined
|
outlined
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(`https://habla.news/${nAddress}`, '_blank');
|
window.open(`https://habla.news/a/${nAddress}`, '_blank');
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user