From a23de3a85c9b664508dcc30c7ec64c003031310c Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 18 May 2023 14:32:10 +0200 Subject: [PATCH] chore: improve paragraph --- src/data/tools.ts | 10 +++++----- src/pages/tools.mdx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/tools.ts b/src/data/tools.ts index af4e764..7b20bce 100644 --- a/src/data/tools.ts +++ b/src/data/tools.ts @@ -144,11 +144,6 @@ export const other = [ url: 'https://brave.com/', image: '/assets/images/tools/brave-browser.png', }, - { - name: 'Bitwarden', - url: 'https://bitwarden.com/', - image: '/assets/images/tools/bitwarden.png', - }, { name: 'ProtonMail', url: '', @@ -159,6 +154,11 @@ export const other = [ url: 'https://protonvpn.com/', image: '/assets/images/tools/protonvpn.png', }, + { + name: 'Bitwarden', + url: 'https://bitwarden.com/', + image: '/assets/images/tools/bitwarden.png', + }, { name: 'Espanso', url: 'https://espanso.org/', diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx index 9905253..372b933 100644 --- a/src/pages/tools.mdx +++ b/src/pages/tools.mdx @@ -51,6 +51,6 @@ I consume all my content with the [Reeder](https://reeder.app/) app, from RSS Fe ## Other -I use plenty of additional tools, too many to list them all. Here are a few of my favorite apps. +I use many extra tools, too many to name them all. Here are a few of my favorites. I’ve been using [Things](https://culturedcode.com/things/) as my to-do app for years; I appreciate its simplicity and design. [Raycast Pro](https://www.raycast.com/pro) is my most-used app, with its ChatGPT feature. I’m a fan of both browsers: [Arc](https://arc.net/) for its innovative features and [Brave](https://brave.com/) for its security, privacy, and built-in ad-blocking.