Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 740cadf

Browse files
committed
feat: ajout d'une nouvelle image d'en-tête "star" dans CustomizeHeader
1 parent 34df4d9 commit 740cadf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

assets/headers/star.png

8.88 KB
Loading

src/views/account/Home/Modal/CustomizeHeader.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ export const HEADERS_IMAGE = [
4747
{
4848
label: "tictactoe",
4949
source: require("@/../assets/headers/tictactoe.png"),
50+
},
51+
{
52+
label: "star",
53+
source: require("@/../assets/headers/star.png"),
5054
}
5155
];
5256

0 commit comments

Comments
 (0)