Skip to content

Commit 1e9c4da

Browse files
committed
minor fixes
1 parent 7c67361 commit 1e9c4da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/components/NavBar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ul class="flex h-[var(--navbar-height,4rem)] w-full flex-row items-center gap-8 font-semibold">
1717
<li>
1818
<a href="/" class="inline-flex flex-row items-center gap-1.5">
19-
<Logo background="transparent" />
19+
<Logo />
2020
</a>
2121
</li>
2222
<li class="spacer"></li>

src/routes/donate/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p class="mb-8 max-w-prose">
2-
Flow is a totally free project, and is unlikely to change in the future. As Flow doesn't generate
3-
any revenue, it'd mean so much to support the project 🤩
2+
Flow is a totally free project, and will stay that way. As Flow doesn't generate any revenue, it'd
3+
mean so much to support the project 🤩
44
</p>
55

66
<div class="flex flex-col gap-4">

0 commit comments

Comments
 (0)