Skip to content

Commit 78fb37f

Browse files
committed
Merge branch 'dev'
2 parents 400c029 + f95ea42 commit 78fb37f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/lib/components/ui/card/ProjectCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import type { Post } from '$lib/model';
3-
import Spinner from '../polish/spinner/Spinner.svelte';
3+
import Spinner from '$lib/components/ui/polish/spinner/Spinner.svelte';
44
55
export let post: Post;
66

src/routes/card/+page.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="flex flex-col text-center">
2+
<h1 class="my-4">Nice to meet you!</h1>
3+
<h3>Save my website for later:</h3>
4+
<div class="mt-8 flex flex-row justify-center">
5+
<img class="w-[60%] max-w-[32rem]" src="/qr.png" alt="QR code" />
6+
</div>
7+
</div>

static/qr.png

74.1 KB
Loading

0 commit comments

Comments
 (0)