Replace landing mockup “Race Course” row with “Next Long Run” summary#60
Merged
Replace landing mockup “Race Course” row with “Next Long Run” summary#60
Conversation
Agent-Logs-Url: https://github.com/aleexwong/trainpace/sessions/9fcc4e7d-cabc-4c49-907a-edcd68b42aa1 Co-authored-by: aleexwong <65264501+aleexwong@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
aleexwong
April 11, 2026 06:22
View session
✅ Deploy Preview for trainpace ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
aleexwong
approved these changes
Apr 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the landing page “dashboard mockup” label row text in Landing.tsx.
Changes:
- Changed mockup row label text from “Boston Marathon Course” to “Boston Marathon”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
151
to
154
| <div className="flex justify-between text-sm font-medium"> | ||
| <span className="text-slate-600"> | ||
| Boston Marathon Course | ||
| </span> | ||
| <span className="text-slate-600">Boston Marathon</span> | ||
| <span className="text-orange-500">Rolling Hills</span> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The hero dashboard mockup showed a race-course label row (
Boston Marathon Course / Rolling Hills) where the requested UI calls for a long-run summary. This update aligns that row with the screenshot requirement:Next Long Runand18 Miles @ 8:45/mi.Scope
vite-project/src/components/layout/Landing.tsx.UI text replacement
Code delta (representative)