From ed5aae39a443168858559038de4d629281acd64a Mon Sep 17 00:00:00 2001 From: Milo Weinberg Date: Sun, 10 Nov 2024 17:23:58 -0500 Subject: [PATCH] Fix text fade in --- pages/projects/clipboard-cleanse/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/projects/clipboard-cleanse/index.vue b/pages/projects/clipboard-cleanse/index.vue index ae4f11d..7c1e2f1 100644 --- a/pages/projects/clipboard-cleanse/index.vue +++ b/pages/projects/clipboard-cleanse/index.vue @@ -19,7 +19,7 @@ class="animate-fade-in float-left -mt-5 h-fit max-lg:w-[256px] max-md:w-[100px] md:-ml-10" /> - + Ever tired of the extra crap on the end of URLs you copy? Well it could be useless tracking data to help corporations spy on you and your friends... for example look at this Amazon link: @@ -38,7 +38,7 @@ - + With Clipboard Cleanse, that link would automatically be stripped down to: @@ -57,7 +57,7 @@
- + Currently Clipboard Cleanse is available for Windows and MacOS, but I plan to add support for iOS and Linux.