Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const navLinkClass = ({ isActive }: { isActive: boolean }) =>

function Layout() {
return (
<div className="min-h-screen bg-background flex flex-col">
<div className="min-h-screen bg-background flex flex-col" data-appkit-template="true">
<header className="border-b px-6 py-3 flex items-center gap-4">
<h1 className="text-lg font-semibold text-foreground">{{.projectName}}</h1>
<nav className="flex gap-1">
Expand Down
Loading