Skip to content

Commit 66d18d1

Browse files
Update ProfilePage.jsx
1 parent 3fe6acd commit 66d18d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/ProfilePage.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export default function ProfilePage() {
5959
onMouseEnter={e=>e.currentTarget.style.background='var(--bg3)'}
6060
onMouseLeave={e=>e.currentTarget.style.background='var(--bg2)'}
6161
>
62-
{/* <span style={{ fontSize:18 }}>🚪</span> */}
6362
<div>
6463
<p style={{ fontSize:14, fontWeight:500, margin:0, color:'var(--red)' }}>Sign out</p>
6564
<p style={{ fontSize:11, color:'var(--text3)', margin:'1px 0 0' }}>See you next time</p>

0 commit comments

Comments
 (0)