@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adlas/create-app",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "description": "Adlas project initializer with Figma and Swagger integration",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",
@@ -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 text-xl">
9
+ <Link href="/" className="text-xl font-bold">
10
10
  my-project
11
11
  </Link>
12
12
  <nav className="flex items-center gap-6">