Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Nov 29, 2024
1 parent 8ab2e47 commit 6c497c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/psaggregator/src/lib/components/BigHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="flex items-center gap-x-4 border-b p-4">
<div>
<a href="/">
<img src="/ps.avif" alt="psaggregator logo, pietsmiet logo turned upside down, green game controller" class="h-8 w-8" />
<img src="/ps.png" alt="psaggregator logo, pietsmiet logo turned upside down, green game controller" class="h-8 w-8" />
</a>
</div>
<div class="flex grow flex-nowrap items-center justify-between">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{/if}
<div>{post.text}</div>
{#if post.imageUri}
<CdnImage size="large" class="m-4 rounded-xl md:m-8" src={post.imageUri} alt={"community post attachment"} title={post.text} />
<CdnImage size="full" class="m-4 rounded-xl md:m-8" src={post.imageUri} alt={"community post attachment"} title={post.text} />
{/if}
</a>
</Card.Root>
Binary file removed src/psaggregator/static/ps.avif
Binary file not shown.

0 comments on commit 6c497c9

Please sign in to comment.