Skip to content

Commit

Permalink
Merge pull request #392 from significa/remove-quim-head
Browse files Browse the repository at this point in the history
remove quim head from work recognitions block
  • Loading branch information
kaaps authored Jul 31, 2024
2 parents db11e9e + cbf5a15 commit 8a174fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/blocks/work-recognitions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { t } from '$lib/i18n';
import type { ISbStoryData } from '@storyblok/js';
import EggChicken from '../illustrations/assets/egg-chicken.webp';
import QuimHead from '../illustrations/assets/quim.webp';
import SeggChicken from '../illustrations/assets/segg-chicken.webp';
import BG from '../illustrations/assets/bg-work-recognitions.webp';
import BGWhite from '../illustrations/assets/bg-work-recognitions-white.webp';
import { theme } from '$lib/stores/theme';
Expand Down Expand Up @@ -36,7 +36,7 @@
class="container mx-auto px-container @container flex flex-col max-w-[1056px] pt-16 xl:pt-32 relative"
>
<img src={EggChicken} class="absolute block drop-shadow-md -right-56 -bottom-80" alt="" />
<img src={QuimHead} class="absolute block drop-shadow-md -left-60 top-12" alt="" />
<img src={SeggChicken} class="absolute block drop-shadow-md -left-72 top-12 w-[20%]" alt="" />
<h3 class="text-5xl font-semibold">{block.title}</h3>
</section>

Expand Down
Binary file removed src/components/illustrations/assets/quim.webp
Binary file not shown.
Binary file not shown.

0 comments on commit 8a174fb

Please sign in to comment.