Skip to content

Commit

Permalink
Merge pull request #319 from stophecom/fix/donation-pitch
Browse files Browse the repository at this point in the history
Rephrase donation text
  • Loading branch information
stophecom authored Oct 26, 2024
2 parents b385837 + f2b8501 commit 4cab736
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
<footer class="p-6 pt-8 flex flex-col items-center text-center text-gray-600">
<div class="py-4 flex flex-col items-center justify-center text-center p-5 max-w-sm">
<small class="mb-3"
>*No, you are not the product. The internet can still be a great place. Together for privacy
over profits.</small
>*Together for privacy over profits. Your donation keeps this project running.</small
>
<Button
href="https://donate.stripe.com/28oeV1gKP3bv4b6144"
variant="dark"
size="small"
class=""
class="plausible-event-name=Donate"
target="_blank"
>
<div class="flex mr-2 w-4 h-4">
<FaHeart />
</div>
Support</Button
Yes, I care</Button
>
</div>
<small>
Expand Down
6 changes: 5 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
</script>

<svelte:head>
<script defer data-domain="sharrr.com" src="https://plausible.io/js/script.js"></script>
<script
defer
data-domain="sharrr.com"
src="https://plausible.io/js/script.tagged-events.js"
></script>
<title>Sharrr - End-to-end encrypted file transfer.</title>
<meta
name="description"
Expand Down

0 comments on commit 4cab736

Please sign in to comment.