File tree Expand file tree Collapse file tree 6 files changed +755
-657
lines changed Expand file tree Collapse file tree 6 files changed +755
-657
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version
4
4
5
+ ### [ v1.0.6] - ` 2024-11-19 `
6
+
7
+ - Fixed known vulnerabilities
8
+ - Updated dependencies
9
+
5
10
### [ v1.0.5] - ` 2024-09-20 `
6
11
7
12
- Fixed known vulnerabilities
36
41
37
42
- Initialized Project
38
43
44
+ [ v1.0.6 ] : https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.6
39
45
[ v1.0.5 ] : https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.5
40
46
[ v1.0.4 ] : https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.4
41
47
[ v1.0.3 ] : https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.3
Original file line number Diff line number Diff line change 24
24
"eslint-plugin-react-hooks" : " link:../node_modules/eslint-plugin-react-hooks" ,
25
25
"eslint-plugin-react-refresh" : " link:../node_modules/eslint-plugin-react-refresh" ,
26
26
"typescript" : " link:../node_modules/typescript" ,
27
- "vite" : " ^5.4.6 "
27
+ "vite" : " ^5.4.11 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -21,7 +21,11 @@ const App = () => {
21
21
>
22
22
< div className = "logo-container" >
23
23
< img src = { GithubMarkLogo } alt = "buildingwatsize" height = { 48 } />
24
- < p > buildingwatsize</ p >
24
+ < div >
25
+ < span style = { { fontWeight : "bold" } } > owlsome-official</ span >
26
+ < br />
27
+ < span style = { { color : "#aaa" } } > powered by buildingwatsize</ span >
28
+ </ div >
25
29
</ div >
26
30
</ a >
27
31
You can’t perform that action at this time.
0 commit comments