Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/(navigation)/quicklinks/quicklinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,18 @@ const development: Quicklink[] = [
},
{
id: "githubPullRequests",
name: "GitHub Pull Requests (Created)",
link: "https://github.com/pulls",
description: "View your created GitHub Pull Requests",
name: "GitHub Pull Requests (Authored by Me)",
link: "https://github.com/pulls/authored",
description: "View your authored GitHub Pull Requests",
author: {
name: "a2c",
link: "https://github.com/atzzCokeK",
},
},
{
id: "githubReviewRequestedPullRequests",
name: "GitHub Pull Requests (Review Requested)",
link: "https://github.com/pulls/review-requested",
name: "GitHub Pull Requests (Review Requests)",
link: "https://github.com/pulls/reviews",
description: "View GitHub Pull Requests where your review is requested",
author: {
name: "a2c",
Expand Down