frontend-hamroun 1.2.59 → 1.2.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Frontend Hamroun
|
2
2
|
|
3
|
+
<p align="center">
|
4
|
+
<img src="https://drive.google.com/uc?export=view&id=15VsMSNDhWAfV_R6ZWJltOJd-RMs9UH_y" alt="Frontend Hamroun Logo" width="300">
|
5
|
+
</p>
|
6
|
+
|
3
7
|
<p align="center">
|
4
8
|
<code style="font-size: 24px; color: #4A90E2; background-color: transparent">{ Frontend Hamroun }</code>
|
5
9
|
</p>
|
@@ -119,7 +123,7 @@ function App() {
|
|
119
123
|
<button onClick={() => setTheme(theme === 'light' ? 'dark' : 'light')}>
|
120
124
|
Toggle theme
|
121
125
|
</button>
|
122
|
-
</
|
126
|
+
</Context.Provider>
|
123
127
|
);
|
124
128
|
}
|
125
129
|
|