[AI] What to change: The Landing page for the role Admin.#147
Merged
burkongla merged 3 commits intoMay 31, 2026
Merged
Conversation
Task: 91b393d1 Source: slack Requested by: U04E9DZ5ELF
✅ Deploy Preview for githelp-support ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
added 2 commits
May 29, 2026 19:12
… left on the Admin landing page. Requested via Slack thread
… left with the rest of the page content. Requested via Slack thread
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.
Automated PR
Task: What to change: The Landing page for the role Admin.
Description: What to change: The Landing page for the role Admin.
Description and specific values:
• Give the sub-header text “Your support page” the exact same formatting as the sub-header text “Add resource”.
• Move the buttons “Open” and “Copy link”, so they appear below the body text “Share this link with your users to access support”, with a 12 px spacing between the buttons and the text.
• Move the “Save” button associated with “Resources” so it appears below the last resource added, with a 12 px spacing between the button and the last resource.
• Make sure that the all content is vertically aligned left with the top header.
• Make sure that all three sub-headers (“Your support page”, “Add resource”, and “Resources”) have the same spacing to the first content appearing below the sub-header. Let the spacing be 20 px.
Do not change: Anything else than what is listed.
Acceptance criteria: When all points listed under “Description and specific values” are implemented the task is done.
Source: slack
Requested by: U04E9DZ5ELF
Classification: visual
Changes
Restyle the Admin landing page (
src/app/landing-page/page.tsx): unify sub-header formatting, restack the Open/Copy link buttons and Save button below their related content with 12px spacing, left-align all sections with the header, and normalize sub-header to first-content spacing to 20px.Security Review
Status: pass
This diff is a purely cosmetic UI refactor of the landing page settings — restructuring headings, moving a Save button, and adjusting margins. No new dependencies, no data flow changes, no auth/input handling changes. User-controlled values (
project.slug,projectId) continue to be properly wrapped inencodeURIComponent, preserving the existing URL-injection protection. No security-relevant changes detected.🤖 Generated by githelp-support agent team