fix: console.warn instead of warning()
This commit is contained in:
parent
6fdd41fb0b
commit
a6743064de
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const page = {
|
||||||
description: 'Incubator for thoughts before the become a blog',
|
description: 'Incubator for thoughts before the become a blog',
|
||||||
}
|
}
|
||||||
|
|
||||||
console.warning(
|
console.warn(
|
||||||
'The code for /threads in production is in: https://git.ayo.run/ayo/threads'
|
'The code for /threads in production is in: https://git.ayo.run/ayo/threads'
|
||||||
)
|
)
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue