about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 18:23:38 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-30 18:23:42 +0100
commit2479526b5b22490ce5f6b34058bccd3798abf01f (patch)
tree268180329e22df874488465419ec980430e07b6e
parentIndexer: Transform all queries into lowercase (diff)
downloadOSSE-2479526b5b22490ce5f6b34058bccd3798abf01f.tar.gz
OSSE-2479526b5b22490ce5f6b34058bccd3798abf01f.tar.bz2
OSSE-2479526b5b22490ce5f6b34058bccd3798abf01f.zip
Frontend: Change navbar links
Now logo points to / and "Made by Baitinq" to the project's git
-rw-r--r--frontend/src/app.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/app.rs b/frontend/src/app.rs
index b84d814..efa0312 100644
--- a/frontend/src/app.rs
+++ b/frontend/src/app.rs
@@ -158,10 +158,10 @@ impl Component for OSSE {
                 <nav class="navbar bg-light sticky-top">
                     <div class="container-fluid">
                         <div>
-                            <a href="https://github.com/Baitinq/OSSE" class="navbar-brand h1 mx-2">{"OSSE"}</a>
+                            <a href="/" class="navbar-brand h1 mx-2">{"OSSE"}</a>
                             <span class="navbar-text mb-0">{"| Your favorite independent search engine."}</span>
                         </div>
-                        <a href="https://github.com/Baitinq" class="navbar-text">{"Made by Baitinq"}</a>
+                        <a href="https://github.com/Baitinq/OSSE" class="navbar-text">{"Made by Baitinq"}</a>
                     </div>
                 </nav>
             </header>
@@ -191,10 +191,10 @@ impl Component for OSSE {
                 <nav class="navbar bg-light">
                     <div class="container-fluid">
                         <div>
-                            <a href="https://github.com/Baitinq/OSSE" class="navbar-brand h1 mx-2">{"OSSE"}</a>
+                            <a href="/" class="navbar-brand h1 mx-2">{"OSSE"}</a>
                             <span class="navbar-text mb-0">{"| Your favorite independent search engine."}</span>
                         </div>
-                        <a href="https://github.com/Baitinq" class="navbar-text">{"Made by Baitinq"}</a>
+                        <a href="https://github.com/Baitinq/OSSE" class="navbar-text">{"Made by Baitinq"}</a>
                     </div>
                 </nav>
             </footer>