about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>