Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
branding - datHere not dathere

[skip ci]
  • Loading branch information
jqnatividad committed Oct 14, 2024
1 parent 54a9cf9 commit 3459af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 3459af7

Please sign in to comment.