Removed the donation feature from the app and created a DonationPopup.vue component.

This commit is contained in:
PascalMarchesseault
2024-06-28 02:18:34 -04:00
parent e8fac33d81
commit a609fc291f
3 changed files with 75 additions and 32 deletions

View File

@@ -18,15 +18,15 @@
</router-link>
</div>
</div>
</div>
</div>
</div>
</template>
<script async setup>
import Aboutyou from "@/views/main/Aboutyou.vue";
import SocialLinks from "@/views/main/SocialLinks.vue";
import ProfileBanner from "@/views/main/ProfileBanner.vue";
import DonationPopup from "@/views/main/DonationPopup.vue";
</script>