Skip to content

Commit

Permalink
fix: replace Placeholder logo with Placholder word
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 14, 2025
1 parent 013787f commit 9a604c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Placeholder</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"anchor",
"src"
]
},
"placeholder": {
"to": "{{name}}",
"paths": ["src"]
}
},
"instructions": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/ui-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function UiLayout({ children, links }: { children: ReactNode; links: { la
<div className="navbar bg-base-300 dark:text-neutral-content flex-col md:flex-row space-y-2 md:space-y-0">
<div className="flex-1">
<Link className="btn btn-ghost normal-case text-xl" to="/">
<img className="h-4 md:h-6" alt="Logo" src="/logo.png" />
Placeholder
</Link>
<ul className="menu menu-horizontal px-1 space-x-2">
{links.map(({ label, path }) => (
Expand Down

0 comments on commit 9a604c2

Please sign in to comment.