From fa9353153c41a6eddb05f8a031915c6721b7b52c Mon Sep 17 00:00:00 2001 From: TPD94 Date: Mon, 28 Apr 2025 18:11:08 -0400 Subject: [PATCH] Update upstream, remove links from icons --- configs/icon_links.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/icon_links.py b/configs/icon_links.py index 38714f8..07812fe 100644 --- a/configs/icon_links.py +++ b/configs/icon_links.py @@ -1,5 +1,5 @@ data = { - 'discord': 'https://discord.cdrm-project.com/', - 'telegram': 'https://telegram.cdrm-project.com/', - 'gitea': 'https://cdm-project.com/tpd94/cdm-project' + 'discord': '#', + 'telegram': '#', + 'gitea': 'https://github.com/tpd94/cdrm-project-2.0' } \ No newline at end of file