fixed blurry bombardier logo

This commit is contained in:
Olivier Demers 2023-03-16 12:53:34 -04:00
parent dd43dedde7
commit 7c9d0e1ce5
2 changed files with 2 additions and 2 deletions

2
src/app.d.ts vendored
View File

@ -14,7 +14,7 @@ declare global {
const out: string;
export default out;
}
declare module '*.png?width=600&fit=contain&background=transparent&webp' {
declare module '*.png?width=1100&fit=contain&background=transparent&webp' {
const out: string;
export default out;
}

View File

@ -13,7 +13,7 @@
import ville from '$lib/assets/partenaires/ville.png?height=600&width=600&fit=contain&background=transparent&webp';
import homedepot from '$lib/assets/partenaires/homedepot.png?height=600&width=600&fit=contain&background=transparent&webp';
import manoir from '$lib/assets/partenaires/manoir.png?height=600&width=600&fit=contain&background=transparent&webp';
import bombardier from '$lib/assets/partenaires/bombardier.png?width=600&fit=contain&background=transparent&webp';
import bombardier from '$lib/assets/partenaires/bombardier.png?width=1100&fit=contain&background=transparent&webp';
import hydroquebec from '$lib/assets/partenaires/hydroquebec.png?height=600&width=600&fit=contain&background=transparent&webp';
</script>