Skip to content

fix: add missing path prop to PR submission button - #614

Open
Pranav-IIITM wants to merge 1 commit into
containers:mainfrom
Pranav-IIITM:fix/community-button-link
Open

fix: add missing path prop to PR submission button#614
Pranav-IIITM wants to merge 1 commit into
containers:mainfrom
Pranav-IIITM:fix/community-button-link

Conversation

@Pranav-IIITM

@Pranav-IIITM Pranav-IIITM commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Concisely describe the change

Fixes a broken "More PR Submission Details" button on the /community page. The button appeared interactive (with hover effects) but was non-functional because it was missing the required path prop.

File: src/pages/community.tsx (line 190)

Before:

<Button as="link" outline={true} text={submittingIssues[2].button.text} />

After:

<Button as="link" outline={true} text={submittingIssues[2].button.text} path={submittingIssues[2].button.path} />

The button now correctly links to Podman's CONTRIBUTING.md "Submitting Pull Requests" section (https://github.com/containers/podman/blob/main/CONTRIBUTING.md#submitting-pull-requests), which was already defined in the data object but never passed to the component.

Closes #597

Checklist

  • DCO Signed off

  • PR description, commit message, and GitHub comments are human-written, as per LLM Policy

Signed-off-by: Pranav-IIITM <jogdandpranav2007@gmail.com>
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.

[Bug] "More PR Submission Details" Button on Community Page is a Dead Link

1 participant