Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 19, 2025
1 parent 46d987d commit c77c11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/Layout/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@

.rsdoctor-logo {
cursor: pointer;
height: 30px;
}
3 changes: 1 addition & 2 deletions packages/components/src/components/Layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export const Header: React.FC = () => {
}}
>
<img
style={{ height: 30 }}
src={'https://assets.rspack.dev/rsdoctor/rsdoctor-title-logo.png'}
src="https://assets.rspack.dev/rsdoctor/rsdoctor-title-logo.png"
className="rsdoctor-logo"
alt="logo"
onClick={() => {
Expand Down

0 comments on commit c77c11f

Please # to comment.