File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useState } from 'react'
2
2
3
3
import './notice.css'
4
4
5
- const YT_SUBSCRIPTION_STATUS = 'YT_SUBSCRIPTION_STATUS '
5
+ const YT_SUBSCRIPTION_STATUS = 'COURSE_SUGGESTIONS '
6
6
7
7
const Notice = ( ) => {
8
8
const [ isShown , setIsShown ] = useState ( true )
@@ -22,16 +22,16 @@ const Notice = () => {
22
22
return (
23
23
< div className = "notice-area" >
24
24
< p >
25
- < strong > কোড উইদ জুনায়েদ</ strong > এখন ইউটিউবে
25
+ < strong > কোড উইদ জুনায়েদ</ strong > থেকে রিঅ্যাক্ট জেএস এর উপর কোর্স আনার প্ল্যান চলছে
26
26
</ p >
27
27
< div >
28
28
< a
29
- href = "https://www.youtube.com/CodeWithZonayed?sub_confirmation=1 "
29
+ href = "https://forms.gle/GbVVq8DYpwHEegVh8 "
30
30
target = "__blank"
31
31
rel = "noopener noreferrer"
32
32
hef = ""
33
33
>
34
- এখনই সাবস্ক্রাইব করুন
34
+ আপনার মতামত দিন
35
35
</ a >
36
36
< button onClick = { handleClick } > x</ button >
37
37
</ div >
You can’t perform that action at this time.
0 commit comments