about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-05 11:32:18 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-11-05 17:25:01 +0100
commit3399091a219ca51dc6d8b87a7b89810afe29aff3 (patch)
tree3b755c466d435ffbfd75bf7b614a8cabe413626e
parentIndexer+Frontend: Integrate with actix (diff)
downloadOSSE-3399091a219ca51dc6d8b87a7b89810afe29aff3.tar.gz
OSSE-3399091a219ca51dc6d8b87a7b89810afe29aff3.tar.bz2
OSSE-3399091a219ca51dc6d8b87a7b89810afe29aff3.zip
Frontend: Link the OSSE logo to /
-rw-r--r--frontend/src/app.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app.rs b/frontend/src/app.rs
index f65e29c..60721d4 100644
--- a/frontend/src/app.rs
+++ b/frontend/src/app.rs
@@ -224,7 +224,9 @@ impl Component for OSSE {
                     <div class="row">
                         <div class="col">
                                 <section class="my-5">
-                                    <b class="display-4">{"OSSE"}</b>
+                                    <a href="/" style="text-decoration: none; color: inherit;">
+                                        <b class="display-4">{"OSSE"}</b>
+                                    </a>
                                     <p>{"Your favorite independent search engine."}</p>
                                     <form {onsubmit}>
                                         <div class="input-group input-group-lg my-2">