Skip to content

Commit

Permalink
Change logo cause Javian said it was stretched...
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson committed Apr 14, 2024
1 parent eace151 commit 2b0561b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/comclub_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/layout/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function NavigationBar() {
<header className='w-full h-20'>
<div className='navigation-bar'>
<Link to='/'>
<img src='/comclub_logo.png' className='h-12 p-2'></img>
<img src='/comclub_logo.png' className='h-14 p-2'></img>
</Link>
<NavigationMenu />
</div>
Expand Down

0 comments on commit 2b0561b

Please sign in to comment.