We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c631f2 commit 863be22Copy full SHA for 863be22
client/src/components/StatsGenerator.jsx
@@ -188,7 +188,7 @@ export default function StatsGenerator({ setShowStats }) {
188
<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>
189
</div>
190
<button onClick={() => setShowStats(false)} className="mt-2">
191
- <iconify-icon icon="flat-color-icons:close-up-mode" width="60" height="60"></iconify-icon>
+ <iconify-icon icon="line-md:close-small" width="60" height="60"></iconify-icon>
192
</button>
193
</div >
194
0 commit comments