Cleaning styles
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 48s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m11s
Music Collection CI Workflow / deploy (push) Successful in 22s
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 22s
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 48s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m11s
Music Collection CI Workflow / deploy (push) Successful in 22s
This commit is contained in:
parent
f7b2d36a85
commit
78558dae61
@ -33,12 +33,12 @@ const Logo = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Link href="/" style={{ display: showButton ? "none" : "block" }}>
|
||||
<Link href="/">
|
||||
<Image
|
||||
src="/images/logo.jpg"
|
||||
alt="Logo"
|
||||
width={width < 1024 ? "50" : "120"}
|
||||
height={width < 1024 ? "50" : "120"}
|
||||
width={width < 1024 ? "50" : "50"}
|
||||
height={width < 1024 ? "50" : "50"}
|
||||
className="relative"
|
||||
/>
|
||||
</Link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user