This commit is contained in:
parent
9627ccc840
commit
ee4bc19ce1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default () => {
|
|||
const [wttrDesc, setWttrDesc] = useState<string>("Loading...");
|
||||
|
||||
fetch(
|
||||
`https://wttr.in/${localStorage.getItem("location") || ""}?format=%t%20with%20%C%c&m`,
|
||||
`https://wttr.in/${localStorage.getItem("location") || ""}?format=%t%20%26%20%C%c&m`,
|
||||
)
|
||||
.then((res) => res.text())
|
||||
.then((desc) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue