Skip to content

Commit 32f9c93

Browse files
authored
Update notice.js
1 parent 0d19541 commit 32f9c93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/notice.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from 'react'
22

33
import './notice.css'
44

5-
const YT_SUBSCRIPTION_STATUS = 'YT_SUBSCRIPTION_STATUS'
5+
const YT_SUBSCRIPTION_STATUS = 'COURSE_SUGGESTIONS'
66

77
const 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>

0 commit comments

Comments
 (0)