diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index ac0c3923..350dd1b4 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -115,6 +115,7 @@ function Navbar({ scrollToFooter }: NavbarProps) {
>
- Template Playground
+ Template Playground
+
{screens.md && (
@@ -257,4 +259,4 @@ function Navbar({ scrollToFooter }: NavbarProps) {
);
}
-export default Navbar;
\ No newline at end of file
+export default Navbar;