Skip to content

Commit

Permalink
add cat :)
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelChipss committed Dec 12, 2024
1 parent 7c01929 commit cf37e26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
Empty file added README.md
Empty file.
Binary file added public/fzf-cat-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fzf-cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/components/layout/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ header {
justify-content: space-between;
padding: 30px 0;

.logo {
display: flex;
align-items: center;
gap: 15px;

img {
height: 45px;
}
}

h1 {
font-size: 2.0rem;
margin: 0;
Expand Down
3 changes: 2 additions & 1 deletion src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import "./Header.scss";
const Header = () => {
return (
<header>
<Link to={"/"}>
<Link to={"/"} className={"logo"}>
<img src={"/fzf-cat-small.png"} />
<h1>fzf Color Picker</h1>
</Link>

Expand Down

0 comments on commit cf37e26

Please sign in to comment.