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'
22
33import './notice.css'
44
5- const YT_SUBSCRIPTION_STATUS = 'YT_SUBSCRIPTION_STATUS '
5+ const YT_SUBSCRIPTION_STATUS = 'COURSE_SUGGESTIONS '
66
77const Notice = ( ) => {
88 const [ isShown , setIsShown ] = useState ( true )
@@ -22,16 +22,16 @@ const Notice = () => {
2222 return (
2323 < div className = "notice-area" >
2424 < p >
25- < strong > কোড উইদ জুনায়েদ</ strong > এখন ইউটিউবে
25+ < strong > কোড উইদ জুনায়েদ</ strong > থেকে রিঅ্যাক্ট জেএস এর উপর কোর্স আনার প্ল্যান চলছে
2626 </ p >
2727 < div >
2828 < a
29- href = "https://www.youtube.com/CodeWithZonayed?sub_confirmation=1 "
29+ href = "https://forms.gle/GbVVq8DYpwHEegVh8 "
3030 target = "__blank"
3131 rel = "noopener noreferrer"
3232 hef = ""
3333 >
34- এখনই সাবস্ক্রাইব করুন
34+ আপনার মতামত দিন
3535 </ a >
3636 < button onClick = { handleClick } > x</ button >
3737 </ div >
You can’t perform that action at this time.
0 commit comments