Skip to content

Commit d8ee09b

Browse files
committed
Button name changed
1 parent 66363fa commit d8ee09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/LeetCodeAlert.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ const Alert = () => {
5050
<h1 className="JakartaSans text-white font-bold text-xl sm:text-2xl">
5151
<strong className='JakartaSans-bold text-3xl '>2023 </strong>
5252
LeetCode Wrap-Up</h1>
53-
<p className="JakartaSans text-gray-200 text-sm hidden sm:block">Review your LeetCode activity from the past year.</p>
53+
<p className="JakartaSans text-gray-200 text-sm hidden sm:block">Review your LeetCode activity from the past year</p>
5454
</div>
5555

5656
<button className="ml-1 btn btn-outline btn-info sm:hidden">✈️</button>
57-
<button className="ml-1 btn btn-outline btn-info hidden sm:block">Here✈️</button>
57+
<button className="ml-1 btn btn-outline btn-info hidden sm:block">Explore✈️</button>
5858

5959
</div>
6060
</div >

0 commit comments

Comments
 (0)