From c175b8eeb9cef946f0a5531b54f0d71039bccfba Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Sun, 8 May 2022 16:17:57 +0200 Subject: [PATCH] added finances --- bookmark.go | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/bookmark.go b/bookmark.go index 696c17b..d441365 100644 --- a/bookmark.go +++ b/bookmark.go @@ -22,6 +22,14 @@ var ( Link: "https://www.dkb.de/", Color: "#ffffff", }, + { + Title: "Finanzen", + Image: "https://docs.firefly-iii.org/img/logo.png", + Link: "https://finance.tordarus.net", + Color: "#ffffff", + ImageSize: "cover", + IconPadding: "0em", + }, { Title: "YouTube", Image: "https://upload.wikimedia.org/wikipedia/commons/1/1f/YouTube_light_logo_%282017%29.svg", @@ -31,7 +39,7 @@ var ( { Title: "Jisho", Image: "https://assets.jisho.org/assets/jisho-logo-v4@2x-7330091c079b9dd59601401b052b52e103978221c8fb6f5e22406d871fcc746a.png", - Link: "https://jisho.com/", + Link: "https://jisho.org/", Color: "#ffffff", }, { @@ -110,6 +118,12 @@ var ( ImageSize: "contain", IconPadding: "0em", }, + { + Title: "Manga List", + Image: "https://www.firstcomicsnews.com/wp-content/uploads/2020/09/manga-logo.png", + Link: "https://manga.tordarus.net/", + Color: "#be151b", + }, } )