From 464c05a1e03f858e10dae2ec2583c831b078780f Mon Sep 17 00:00:00 2001 From: 7ka1 <7ka1@noreply.localhost> Date: Fri, 22 May 2026 12:58:36 +0000 Subject: [PATCH] Actualiser 7lna.py --- 7lna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7lna.py b/7lna.py index e4735d6..f9aeac6 100644 --- a/7lna.py +++ b/7lna.py @@ -88,7 +88,7 @@ class Antivirus7LnA(ctk.CTk): logo_frame = ctk.CTkFrame(self.sidebar, fg_color="transparent") logo_frame.grid(row=0, column=0, pady=(40, 30), sticky="ew") ctk.CTkLabel(logo_frame, text="🛡️ 7lna", font=ctk.CTkFont(size=36, weight="bold"), text_color=ACCENT_BLUE).pack() - ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold", letter_spacing=2), text_color=ACCENT_VIOLET).pack() + ctk.CTkLabel(logo_frame, text="A N T I V I R U S", font=ctk.CTkFont(size=12, weight="bold"), text_color=ACCENT_VIOLET).pack() # Navigation self.nav_buttons = {}