Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Mar 11, 2024
1 parent bae5e25 commit e8ace23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ui/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Header(props : Props) {
<IconMenu2/>
</Button>
<Image
src={'./logo.png'}
src={'logo.png'}
w={120}
alt="BitEscrow Logo"
onClick={() => go_home() }
Expand All @@ -79,7 +79,7 @@ export default function Header(props : Props) {
size="lg"

>
<img width="21" height="21" src='./discord_logo.svg' alt="Discord" />
<img width="21" height="21" src='discord_logo.svg' alt="Discord" />
</ActionIcon>
<ActionIcon
style={{borderRadius: '10px', backgroundColor: '#2D2D2D'}}
Expand All @@ -90,7 +90,7 @@ export default function Header(props : Props) {
size="lg"

>
<img width="21" height="21" src='./github_logo.svg' alt="GitHub" />
<img width="21" height="21" src='github_logo.svg' alt="GitHub" />
</ActionIcon>
<ActionIcon
style={{borderRadius: '10px', backgroundColor: '#0068FD'}}
Expand Down

0 comments on commit e8ace23

Please sign in to comment.