We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c67361 commit 1e9c4daCopy full SHA for 1e9c4da
src/lib/components/NavBar.svelte
@@ -16,7 +16,7 @@
16
<ul class="flex h-[var(--navbar-height,4rem)] w-full flex-row items-center gap-8 font-semibold">
17
<li>
18
<a href="/" class="inline-flex flex-row items-center gap-1.5">
19
- <Logo background="transparent" />
+ <Logo />
20
</a>
21
</li>
22
<li class="spacer"></li>
src/routes/donate/+page.svelte
@@ -1,6 +1,6 @@
1
<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 🤩
+ Flow is a totally free project, and will stay that way. As Flow doesn't generate any revenue, it'd
+ mean so much to support the project 🤩
4
</p>
5
6
<div class="flex flex-col gap-4">
0 commit comments