Skip to content

Commit

Permalink
🚧 Added href and eye icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EdTonatto committed Jun 19, 2023
1 parent 1f1da62 commit 1da9273
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Eye } from 'phosphor-react'
import styles from './Sidebar.module.css'

export function Sidebar() {
Expand All @@ -18,7 +19,10 @@ export function Sidebar() {
</div>

<footer>
<a href="#">View Profile</a>
<a href="https://steamcommunity.com/id/edtonatto/">
<Eye />
View Profile
</a>
</footer>
</aside>
)
Expand Down

0 comments on commit 1da9273

Please sign in to comment.