Skip to content

Commit

Permalink
fix: correct donation links
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 11, 2020
1 parent ee9f823 commit 020a8ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If the API is duplicated and a load balancer is placed between them, the request

Since this is a **free** project that I have created, with **no ads** to generate revenue, I ask of you, **if you really like my work**, please donate whatever amount you can to the future of this app.

[Liberapay (Better Patreon)](https://liberapay.com/VoidlessSeven7/) | [Patreon](https://patreon.com/VoidlessSeven7) | [Paypal](https://www.paypal.me/Alejandrorr7)
[Liberapay (Better Patreon)](https://liberapay.com/AlejandroAkbal/) | [Patreon](https://patreon.com/AlejandroAkbal) | [Paypal](https://www.paypal.me/Alejandrorr7)

## Technicalities

Expand Down
2 changes: 1 addition & 1 deletion components/layout/navigation/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<li>
<a
class="nav-links--bottom flex"
href="https://liberapay.com/VoidlessSeven7/"
href="https://liberapay.com/AlejandroAkbal/"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rule-34-app",
"version": "1.0.0",
"description": "Browse the most popular boorus in the Rule 34 App",
"author": "Alejandro Akbal (VoidlessSeven7)",
"author": "Alejandro Akbal",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
4 changes: 2 additions & 2 deletions pages/faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
title="Can I donate for your efforts?"
text="Of course you can, I've been working really hard on this project, if you feel like contributing to the development please do."
icon="bg-svg-dollar"
link="https://liberapay.com/VoidlessSeven7"
link="https://liberapay.com/AlejandroAkbal"
link-text="Liberapay"
>
<!-- Workaround for having two links -->
<template slot="extra">
-
<a class="text-sm" href="https://patreon.com/VoidlessSeven7">
<a class="text-sm" href="https://patreon.com/AlejandroAkbal">
Patreon
</a>
-
Expand Down

0 comments on commit 020a8ce

Please sign in to comment.