Skip to content

Commit 41651f6

Browse files
committed
fixed logout spelling
1 parent 818e183 commit 41651f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

appconfig

20 Bytes
Binary file not shown.

software/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def resize_image(image_path, width=20, height=20):
423423
viewData = resize_image(icons["view"], 20)
424424
plotData= resize_image(icons["pie_chart"], 20)
425425
deleteData = resize_image(icons["delete"], 20)
426-
logout = resize_image(icons["loout"], 20)
426+
logout = resize_image(icons["logout"], 20)
427427

428428
b1=Button(menu,fg=theme["White"],bg=theme["Neutral"],text="Add Data",image=addData,compound='left',width=170,anchor='w',padx=10,font="poppins 10",command=partial(insert,u_id,u_name),cursor="hand2")
429429
b2=Button(menu,fg=theme["White"],bg=theme["Neutral"],text="View Data",image=viewData,compound='left',width=170,anchor='w',padx=10,command=partial(view,u_id,u_name),font="poppins 10",cursor="hand2")

0 commit comments

Comments
 (0)