From 3459af71c1d1e10baa5a57dc88f5c01e049e147c Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:29:56 -0400 Subject: [PATCH] typo branding - datHere not dathere [skip ci] --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index e68d0917f..e83b35a00 100644 --- a/src/config.rs +++ b/src/config.rs @@ -30,7 +30,7 @@ const NO_INDEX_WARNING_FILESIZE: u64 = 100_000_000; // 100MB static AUTO_INDEXED: AtomicBool = AtomicBool::new(false); pub static SPONSOR_MESSAGE: &str = r#"sponsored by datHere - Data Infrastructure Engineering (https://qsv.datHere.com) -Need a UI & more advanced data-wrangling? Upgrade to qsv pro (https://qsvpro.dathere.com) +Need a UI & more advanced data-wrangling? Upgrade to qsv pro (https://qsvpro.datHere.com) "#; #[derive(Clone, Copy, Debug, PartialEq, Eq)]