]> Untitled Git - lemmy-ui.git/blobdiff - src/server/index.tsx
Moving javascript disabled warning to top.
[lemmy-ui.git] / src / server / index.tsx
index ce89a7fa8e9915ff635de5d48f6a00f53489f82f..1c04ed5d61dc2dfc07be4e4a370ff65daa2644b5 100644 (file)
@@ -99,9 +99,9 @@ server.get('/*', async (req, res) => {
 
            <body ${helmet.bodyAttributes.toString()}>
              <noscript>
-               <nav class="navbar fixed-bottom navbar-light bg-light">
-                Javascript is disabled. Actions will not work.
-               </nav>
+               <div class="alert alert-danger rounded-0" role="alert">
+                 Javascript is disabled. Actions will not work.
+               </div>
              </noscript>
             
              <div id='root'>${root}</div>