@adlas/create-app 1.0.37 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@ export function Navbar() {
|
|
|
6
6
|
return (
|
|
7
7
|
<header className="sticky top-0 z-50 w-full border-b border-default-200 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
|
|
8
8
|
<div className="container flex h-16 items-center justify-between">
|
|
9
|
-
<Link href="/" className="font-bold
|
|
9
|
+
<Link href="/" className="text-xl font-bold">
|
|
10
10
|
my-project
|
|
11
11
|
</Link>
|
|
12
12
|
<nav className="flex items-center gap-6">
|