Revise custom feed header style

This commit is contained in:
Eric Bailey
2023-10-31 13:48:16 -05:00
parent 6c11c0b81d
commit 2d7a562239
5 changed files with 402 additions and 151 deletions
+2 -1
View File
@@ -22,6 +22,7 @@ export function isNetworkError(e: unknown) {
return (
str.includes('Abort') ||
str.includes('Network request failed') ||
str.includes('Failed to fetch')
str.includes('Failed to fetch') ||
str.includes('NetworkError when attempting to fetch resource')
)
}