From 92c78645cdbdac6f30d06afcaea37f6c4f107de2 Mon Sep 17 00:00:00 2001 From: eshanized Date: Sat, 21 Dec 2024 01:35:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20refactor(=5Furi):=20fix=20to=20o?= =?UTF-8?q?riginal=20uri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/share/snigdhaos-welcome/ui/GUI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/snigdhaos-welcome/ui/GUI.py b/usr/share/snigdhaos-welcome/ui/GUI.py index cf832ab..0a63973 100644 --- a/usr/share/snigdhaos-welcome/ui/GUI.py +++ b/usr/share/snigdhaos-welcome/ui/GUI.py @@ -17,8 +17,8 @@ username = getpass.getuser() app_discord = "#" app_website = "https://snigdhaos.org/" app_forums = "https://forum.snigdhaos.org/" -app_facebook = "https://facebook.com/snigdhalinux/" -app_twitter = "https://twitter.com/snigdhaos/" +app_facebook = "https://facebook.com/Snigdha-OS/" +app_twitter = "https://twitter.com/Snigdha-OS/" if debug: user = username @@ -38,7 +38,7 @@ def GUI(self, Gtk, GdkPixbuf): self.add(self.vbox) headerbar = Gtk.HeaderBar() - headerbar.set_title("Snigdha OS Welcome - Arctic") + headerbar.set_title("Snigdha OS Welcome - Optimized for Performance and Customization") headerbar.set_show_close_button(True) self.set_titlebar(headerbar)