chore: improve paragraph

This commit is contained in:
Stefan Imhoff
2023-05-18 14:32:10 +02:00
parent 4ce5f077d3
commit a23de3a85c
2 changed files with 6 additions and 6 deletions

View File

@@ -144,11 +144,6 @@ export const other = [
url: 'https://brave.com/', url: 'https://brave.com/',
image: '/assets/images/tools/brave-browser.png', image: '/assets/images/tools/brave-browser.png',
}, },
{
name: 'Bitwarden',
url: 'https://bitwarden.com/',
image: '/assets/images/tools/bitwarden.png',
},
{ {
name: 'ProtonMail', name: 'ProtonMail',
url: '', url: '',
@@ -159,6 +154,11 @@ export const other = [
url: 'https://protonvpn.com/', url: 'https://protonvpn.com/',
image: '/assets/images/tools/protonvpn.png', image: '/assets/images/tools/protonvpn.png',
}, },
{
name: 'Bitwarden',
url: 'https://bitwarden.com/',
image: '/assets/images/tools/bitwarden.png',
},
{ {
name: 'Espanso', name: 'Espanso',
url: 'https://espanso.org/', url: 'https://espanso.org/',

View File

@@ -51,6 +51,6 @@ I consume all my content with the [Reeder](https://reeder.app/) app, from RSS Fe
## Other ## 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. Ive 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. Im 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.
<Toolbox tools={other} /> <Toolbox tools={other} />