Add a new quick tip to src/components/board/QuickTips.tsx.
Read the file to see existing tips and avoid duplicates.
Add a new entry to the
TIPSarray with:id: a unique kebab-case identifiertitle: short headline (2-4 words)body: 1-2 sentence description, concise and helpfulcta(optional):{ label: "Button text", href: "/path" }— only add if the user specifies a link
Placement: Add the new tip at the END of the
TIPSarray (tips are shown in order, one per day, after earlier ones are dismissed).Style guide:
- Keep body text under ~160 characters for readability in the small tooltip
- Use an action-oriented tone ("Try...", "Enable...", "Connect...")
- Don't repeat information already covered by existing tips