Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed Apr 25, 2024
1 parent d17b747 commit becab9e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 133 deletions.
4 changes: 2 additions & 2 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ button:hover {

.logo {
height: 5em;
padding: 1.5em;
padding: 0;
will-change: filter;
}
.logo:hover {
Expand Down Expand Up @@ -135,4 +135,4 @@ button:hover {
padding: 0 0;
padding-right: 0.5em;
}
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './App.scss'
import githubLogo from './assets/github.svg'
import logo from './assets/logo.svg'
import logo from './assets/logo.png'

function App() {
return (
Expand Down
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit becab9e

Please sign in to comment.