Browse Source

Merge branch 'refs/heads/master' into issue#199#202

# Conflicts:
#	src/routes/publication/+error.svelte
master
Nuša Pukšič 11 months ago
parent
commit
5eefea9a21
  1. 6
      src/lib/components/PublicationHeader.svelte
  2. 4
      src/routes/publication/+error.svelte

6
src/lib/components/PublicationHeader.svelte

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
import { standardRelays } from '../consts';
import { Card, Img } from "flowbite-svelte";
import CardActions from "$components/util/CardActions.svelte";
import Profile from "$components/util/Profile.svelte";
import InlineProfile from "$components/util/InlineProfile.svelte";
const { event } = $props<{ event: NDKEvent }>();
@ -55,11 +54,8 @@ @@ -55,11 +54,8 @@
{/if}
</a>
</div>
<div class="flex flex-col justify-between items-center">
<div class="flex flex-col justify-start items-center">
<CardActions event={event} />
<div class="group mt-16">
<Profile pubkey={event.pubkey} />
</div>
</div>
</div>
</Card>

4
src/routes/publication/+error.svelte

@ -24,8 +24,8 @@ @@ -24,8 +24,8 @@
Try Again
</Button>
<Button class='btn-leather !w-fit' size='sm' outline onclick={() => goto('/')}>
Return to Home
Return home
</Button>
</div>
</Alert>
</main>
</main>

Loading…
Cancel
Save