Update Blank Referrer Text

I think this capitalization and spacing looks better after looking at it again.
This commit is contained in:
Nicholas Fasching 2022-07-09 08:53:06 -04:00 committed by GitHub
parent b90b2b9bb2
commit 448a62d884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ export const refFilter = (data, { domain, domainOnly, raw }) => {
const cleanUrl = url => { const cleanUrl = url => {
try { try {
if (url === '') { if (url === '') {
return 'direct/none'; return 'Direct / None';
} }
const { hostname, origin, pathname, searchParams, protocol } = new URL(url); const { hostname, origin, pathname, searchParams, protocol } = new URL(url);