File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,13 @@ export default function App() {
9191}
9292```
9393
94- outputs :
94+ Outputs :
9595
9696``` html
9797<head >
9898 <meta name =" keywords" content =" react-head,uiw,uiwjs" >
9999 <meta name =" description" content =" 1 React components will manage your changes to the document head." >
100100</head >
101- <!-- .... -->
102101```
103102
104103### Modify Favicon
@@ -128,14 +127,12 @@ export default function App() {
128127}
129128```
130129
131- outputs :
130+ Outputs :
132131
133132``` html
134133<head >
135- <style >.box-test { color : red ; } </style >
136- <style >.box-test { color : red ; } </style >
134+ <link data-head =" true" rel =" icon" href =" data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤡</text></svg>" />
137135</head >
138- <!-- .... -->
139136```
140137
141138
You can’t perform that action at this time.
0 commit comments