Skip to content

Commit 961c21c

Browse files
committed
fix: Changed name from default create next app to Draftly - AI system design and change logo favicon also
1 parent dca703d commit 961c21c

6 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/apple-icon.png

2.02 MB
Loading

app/favicon.ico

-25.3 KB
Binary file not shown.

app/icon.png

2.02 MB
Loading

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const geistMono = Geist_Mono({
1515
});
1616

1717
export const metadata: Metadata = {
18-
title: "Create Next App",
19-
description: "Generated by create next app",
18+
title: "Draftly - AI System Design",
19+
description: "Draftly is an AI-powered system design tool for architects and engineers. Create, collaborate on, and share architecture diagrams with the help of generative AI.",
2020
};
2121

2222
export default function RootLayout({

context/progress-tracker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ Update this file whenever the current phase, active feature, or implementation s
548548
- Starter template nodes now default `textColor` and `strokeColor` to `var(--text-primary)`.
549549
- Updated `components/editor/shape-panel.tsx` and `components/editor/canvas-flow.tsx`:
550550
- Added select/pan toggle buttons to the shape panel and wired them to React Flow pan/selection modes.
551+
- Updated app icons:
552+
- Added `app/icon.png` using the ghost logo and removed the invalid `app/favicon.ico`.
553+
- Center-cropped the logo to a square without resizing for `app/icon.png` and `app/apple-icon.png`.
551554
- Updated `components/editor/canvas-node.tsx`:
552555
- Replaced SVG text labels with `foreignObject`-based wrapped label containers for diamond/hexagon/cylinder so long labels stack and clip within node bounds.
553556
- Updated CSS-shape label style to multiline wrapping with bounded height and hidden overflow instead of single-line ellipsis.
4.93 MB
Loading

0 commit comments

Comments
 (0)