Skip to content

Commit 863be22

Browse files
committed
close button added
1 parent 8c631f2 commit 863be22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/StatsGenerator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default function StatsGenerator({ setShowStats }) {
188188
<button onClick={addData} className={`${userName.trim() === '' ? 'pointer-events-none opacity-50' : ''} rounded-md bg-[#0e0e0e] text-white hover:bg-[#292829] border border-gray-600 px-4 py-2 text-base font-bold shadow`}>Add To HallOfFame</button>
189189
</div>
190190
<button onClick={() => setShowStats(false)} className="mt-2">
191-
<iconify-icon icon="flat-color-icons:close-up-mode" width="60" height="60"></iconify-icon>
191+
<iconify-icon icon="line-md:close-small" width="60" height="60"></iconify-icon>
192192
</button>
193193
</div >
194194

0 commit comments

Comments
 (0)