{
@@ -48,9 +43,7 @@ const tagClass = 'text-[10px] inline-flex items-center font-bold leading-sm px-1
{app.platforms.map(platform => (
{platform}
))}
- {!app.isPaid && (
- free
- )}
+ {app.isPaid ? 'paid' : 'free'}
{app.repoUrl && (
open-source
)}
diff --git a/source/pages/apps/terms.md b/source/pages/apps/terms.md
new file mode 100644
index 00000000..2bb992c4
--- /dev/null
+++ b/source/pages/apps/terms.md
@@ -0,0 +1,40 @@
+---
+layout: ~/layouts/MarkdownLayout.astro
+title: Terms of Use
+---
+
+# Apps — Terms of Use
+
+Please take a moment to familiarize yourself with the following guidelines. They are designed to ensure a beneficial experience for us both.
+
+## General
+
+By using my apps, you agree to these terms and any subsequent changes. I may update them without direct notice. Always check the latest terms here.
+
+## Permitted Use
+
+You may use my apps without restrictions for their intended purposes. However, malicious usage is strictly prohibited.
+
+## App Store
+
+If you get my apps from the App Store, [Apple’s EULA](https://www.apple.com/legal/internet-services/itunes/dev/stdeula/) applies.
+
+## Software Integrity
+
+Perfection is the goal, but occasional bugs may appear. I deeply value the trust you place in my apps, yet I cannot promise complete flawlessness. For your peace of mind, regular backups are highly recommended.
+
+## Liability
+
+I disclaim all liability arising from the use or misuse of my apps. Users assume all risks and consequences tied to their actions based on the apps' functionality or content.
+
+## Refunds
+
+For apps purchased on the Apple App Store, you may be able to [request a refund](https://support.apple.com/en-us/HT204084). However, I would appreciate if you [reached out](/feedback) first. I may be able to resolve any problems you are having.
+
+## Support
+
+I aim to address all support and related queries within a week. There might be occasional delays, and I appreciate your understanding.
+
+---
+
+Last Update: 2023-10-04
diff --git a/source/pages/donate.md b/source/pages/donate.md
index ec205b44..294ca34c 100644
--- a/source/pages/donate.md
+++ b/source/pages/donate.md
@@ -51,6 +51,5 @@ You can also support me by buying my apps.\
- [Dato](/dato)
- [Lungo](/lungo)
- [Battery Indicator](/battery-indicator)
-- [Recordia](/recordia)
- [Black Out](/black-out)
- [Ask AI](/ask-ai)
diff --git a/source/pages/feedback.astro b/source/pages/feedback.astro
index 60d4cb1b..9d02bc3c 100644
--- a/source/pages/feedback.astro
+++ b/source/pages/feedback.astro
@@ -19,7 +19,7 @@ const inputCSS = 'block p-2.5 w-full text-lg text-gray-900 bg-gray-50 rounded-lg
Feedback & Support
-
I'm just back from vacation and may take longer to respond as I have a long backlog.
+
I may take longer to respond as I'm getting an overwhelming amount of emails at the moment. I appreciate your patience.