From 69415b8ba132000565560775031e5a473bed5c05 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 10 Apr 2025 16:51:20 +0800 Subject: [PATCH] feat: add Turbo0 listing badge to home page - Include a link to the Turbo0 webpage - Add an image badge indicating the listing This change enhances the visibility of the listing for the application on Turbo0, promoting user engagement and providing proof of the application's presence on external platforms. --- app/views/home/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 86f8003..8a79f96 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -69,5 +69,9 @@ class="max-w-full h-auto" /> + + + Listed on Turbo0 + \ No newline at end of file