From e985995ddd85e904b7c984de9d13bba64ba40b03 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Sun, 22 Jan 2023 11:38:44 +0100 Subject: [PATCH] add link to Pad --- src/config.js | 13 +++++++++---- src/popup.html | 9 +++++++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/config.js b/src/config.js index cd5e24b..acb53d0 100644 --- a/src/config.js +++ b/src/config.js @@ -23,13 +23,18 @@ export const QUICK_LINKS = [ text: 'Wiki', }, { - iconTemplateId: 'template-icon-gitea', + iconTemplateId: 'template-icon-git', url: 'https://gitea.usrspace.at/', - text: 'Gitea', + text: 'Git', }, { - iconTemplateId: 'template-icon-nextcloud', + iconTemplateId: 'template-icon-cloud', url: 'https://cloud.usrspace.at/', - text: 'Nextcloud', + text: 'Cloud', + }, + { + iconTemplateId: 'template-icon-pad', + url: 'https://pads.usrspace.at/', + text: 'Pad', }, ]; diff --git a/src/popup.html b/src/popup.html index ea5203e..01f0f1f 100644 --- a/src/popup.html +++ b/src/popup.html @@ -33,16 +33,21 @@ -