🔥 removed and replaced png with same svg

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-25 00:49:50 +01:00
parent f2c8014f94
commit 1a93117ac1
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -29,7 +29,7 @@ import SectionContainer from '../components/SectionContainer.astro';
.profile {
width: 10rem;
height: 10rem;
background: url("/pb.png");
background: url("/favicon.svg");
background-size: cover;
border-radius: 9999px;
}