Skip to content

Fix stale resume URL in mobile View Resume button#31

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-mobile-resume-button
Draft

Fix stale resume URL in mobile View Resume button#31
Copilot wants to merge 2 commits intomainfrom
copilot/fix-mobile-resume-button

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 4, 2026

The mobile "View Resume" button in HeroText.js pointed to an outdated Google Drive file, while the desktop navbar's Resume link had already been updated to a newer file.

Change

  • HeroText.js: Updated the mobile View Resume href to match the current resume URL used in the desktop Navbar.js
- href="https://drive.google.com/file/d/1FlUNdu_kKrjWGUyURgATFx2ihJzsD4Q6/view?usp=sharing"
+ href="https://drive.google.com/file/d/1RA-EpjXsBmR8aATrfvKQAvfZRSxPynmr/view?usp=sharing"
Original prompt

This section details on the original issue you should resolve

<issue_title>Resume button on Mobile Devices</issue_title>
<issue_description>Mobile view resume button still shows old resume, fix that</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portfolio Ready Ready Preview, Comment Mar 4, 2026 7:42pm

Co-authored-by: reach2saksham <113931310+reach2saksham@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix resume button display on mobile devices Fix stale resume URL in mobile View Resume button Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resume button on Mobile Devices

2 participants