From d46ca2f9ef0999286731e3894e6ce2549cc71541 Mon Sep 17 00:00:00 2001 From: stephen Date: Tue, 26 Mar 2024 16:12:11 -0700 Subject: [PATCH] Add tender to apps to try Tender is a personal finance tool built using the automerge crdt and sqlite in the browser. --- _data/content.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/content.json b/_data/content.json index a5541c3..79cd40a 100644 --- a/_data/content.json +++ b/_data/content.json @@ -498,9 +498,15 @@ "author": "João Melo", "url": "https://textorama.melo.plus/", "icon": "https://textorama.melo.plus/android-chrome-192x192.png" + }, + { + "title": "Tender", + "author": "Tender team", + "url": "https://tender.run/", + "icon": "https://tender.run/logo.svg" } ] } ] } -] \ No newline at end of file +]