mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
fix(control-center): avatar not appearing
This commit is contained in:
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@@ -10,7 +10,7 @@ export const Header = () => {
|
||||
<box cssClasses={["header"]}>
|
||||
<image
|
||||
css="margin-left: -15px;"
|
||||
file={`${GLib.get_user_config_dir()}/tpanel/assets/avatar.png`}
|
||||
file={`${GLib.get_user_config_dir()}/tpanel/assets/icons/avatar.png`}
|
||||
pixelSize={100}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user