txtodo.app

[DORMANT] the official website of txtodo
git clone git://git.figbert.com/txtodo.app.git
Log | Files | Refs | README | LICENSE

commit e614f3f5e4947f746113c07e1b69f032346f2666
parent fe96e78863a7c6cf6470b3e40447d424a9f4c051
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  8 Oct 2020 17:42:47 -0700

:pencil2: Replace Github URLs with Gitea

Diffstat:
MREADME.md | 4++--
Msrc/App.svelte | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -7,8 +7,8 @@ the site is programmed using [svelte](https://svelte.dev/) and [tailwind css](ht ## links 1. [txtodo homepage](https://txtodo.app/) 2. [figbert homepage](https://figbert.com/) -3. [txtodo repository](https://github.com/therealFIGBERT/txtodo) -4. [txtodo homepage repository](https://github.com/therealFIGBERT/txtodo.app) +3. [txtodo repository](https://git.figbert.com/FIGBERT/txtodo) +4. [txtodo homepage repository](https://git.figbert.com/FIGBERT/txtodo.app) 5. [txtodo on the app store](https://apps.apple.com/us/app/txtodo/id1504609185) ## license diff --git a/src/App.svelte b/src/App.svelte @@ -30,7 +30,7 @@ <div class="mt-8 flex flex-col lg:flex-row items-center lg:items-start"> <div class="inline-block align-middle mb-3 lg:mb-0 lg:mr-2"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./apple-dark.svg", "./apple-light.svg"]} alt="apple logo" label="download the ios app" link="https://apps.apple.com/us/app/txtodo/id1504609185"/></div> <div class="inline-block align-middle mb-3 lg:mb-0 lg:mr-2"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./apple-dark.svg", "./apple-light.svg"]} alt="apple logo" label="download the macos app" link="https://apps.apple.com/us/app/txtodo-companion/id1517267304"/></div> - <div class="inline-block align-middle"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./github-dark.svg", "./github-light.svg"]} alt="github logo" label="view my code" link="https://github.com/therealFIGBERT/txtodo"/></div> + <div class="inline-block align-middle"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./github-dark.svg", "./github-light.svg"]} alt="github logo" label="view my code" link="https://git.figbert.com/FIGBERT/txtodo.app"/></div> </div> </section> <img src={phoneImg} alt="txtodo running on an iPhone" class="h-auto w-full sm:w-2/3"/>