Skip to content

Commit 6300041

Browse files
committed
text changed
1 parent ab9409b commit 6300041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/LeetCodeWrapped.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const LeetCodeWrapped = () => {
6464

6565
<div className=' flex items-center justify-center'>
6666
<input type="text" placeholder="Generate Your LeetCode-Wrap" className="my-2 w-[250px] input input-bordered input-warning " />
67-
<button className="btn btn-success ml-3">Generate</button>
67+
<button className="btn btn-outline btn-accent ml-3">Generate</button>
6868
</div>
6969

7070
{/* Community Stat */}
@@ -111,7 +111,7 @@ const LeetCodeWrapped = () => {
111111
<div className="stat-figure text-primary">
112112
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" className="inline-block w-8 h-8 stroke-current"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path></svg>
113113
</div>
114-
<div className="stat-title">Total Likes</div>
114+
<div className="stat-title">Solutions</div>
115115
<div className="stat-value text-primary">25.6K</div>
116116
<div className="stat-desc">Last Week: 0</div>
117117
</div>

0 commit comments

Comments
 (0)