aboutsummaryrefslogtreecommitdiff
path: root/src/modules/search.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 00:16:12 -0700
committerFuwn <[email protected]>2022-06-14 00:16:12 -0700
commite2d96cb830bf090aa25cea1f2c55913a81ae9d05 (patch)
tree35d268da085f98cc82aa7b8d6a9899e1c266eff5 /src/modules/search.rs
parentfeat(remarks): add more structure to remarks (diff)
downloadlocus-e2d96cb830bf090aa25cea1f2c55913a81ae9d05.tar.xz
locus-e2d96cb830bf090aa25cea1f2c55913a81ae9d05.zip
format(modules): casing of top level headers
Diffstat (limited to 'src/modules/search.rs')
-rw-r--r--src/modules/search.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/search.rs b/src/modules/search.rs
index 15d0061..61207d0 100644
--- a/src/modules/search.rs
+++ b/src/modules/search.rs
@@ -58,7 +58,7 @@ pub(super) fn module(router: &mut windmark::Router) {
"A search engine for this Gemini capsule",
Box::new(|context| {
let mut response = String::from(
- "# SEARCH\n\n=> /search?action=go Search!\n=> /random I'm Feeling \
+ "# Search\n\n=> /search?action=go Search!\n=> /random I'm Feeling \
Lucky",
);