diff --git a/site/src/assets/examples/navbars/index.astro b/site/src/assets/examples/navbars/index.astro index c48993f8d2..63d65ffb4c 100644 --- a/site/src/assets/examples/navbars/index.astro +++ b/site/src/assets/examples/navbars/index.astro @@ -435,7 +435,7 @@ export const extra_css = ['navbars.css']
-
+

Navbar examples

This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a .container. For positioning of navbars, checkout the top and fixed top examples.