Skip to content

Commit

Permalink
labels - fix github linkes
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 31, 2024
1 parent c7f63ea commit efd4a74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/(labels)/labels/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1350,11 +1350,7 @@ export default function LabelsPage() {
filteredLabelsData[item.index].owner_project
][3] && (
<a
href={
ownerProjectToProjectData[
filteredLabelsData[item.index].owner_project
][3]
}
href={`https://github.com/${ownerProjectToProjectData[filteredLabelsData[item.index].owner_project][3]}/`}
target="_blank"
className="group flex items-center gap-x-[5px] text-xs"
>
Expand Down

0 comments on commit efd4a74

Please sign in to comment.