File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const RecentReleases: React.FC<RecentReleasesProps> = ({
5555 href = { item ?. author ?. login ? `/members/${ item ?. author ?. login } ` : '#' }
5656 >
5757 < Image
58- alt = { item ?. author ?. name ?? 'author ' }
58+ alt = { item ?. author ?. name ?? '' }
5959 className = "mr-2 h-6 w-6 rounded-full"
6060 height = { 24 }
6161 src = { item ?. author ?. avatarUrl ?? '' }
@@ -68,7 +68,6 @@ const RecentReleases: React.FC<RecentReleasesProps> = ({
6868 < Link
6969 className = "text-blue-400 hover:underline"
7070 href = {
71- item . url ??
7271 `https://github.com/${ item . organizationName } /${ item . repositoryName } /releases/tag/${ item . tagName } `
7372 }
7473 target = "_blank"
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export const GET_REPOSITORY_DATA = gql`
3737 name
3838 login
3939 }
40- url
4140 isPreRelease
4241 name
4342 organizationName
You can’t perform that action at this time.
0 commit comments