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 @@ -