File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ export default async function RepoDetailPage({ params }: { params: Promise<{ id:
6969 < div className = "flex items-start justify-between" >
7070 < div >
7171 < h1 className = "text-3xl font-semibold" > { repo . displayName || repo . name } </ h1 >
72- < p className = "text-muted-foreground mt-2" > { repo . name } </ p >
7372 </ div >
7473 { codeHostInfo . externalWebUrl && (
7574 < Button variant = "outline" asChild >
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ export const getCodeHostInfoForRepo = (repo: {
239239 return {
240240 type : "bitbucketServer" ,
241241 displayName : displayName ?? name ,
242- codeHostName : "Bitbucket" ,
242+ codeHostName : "Bitbucket Server " ,
243243 externalWebUrl,
244244 icon : src ,
245245 iconClassName : className ,
@@ -250,7 +250,7 @@ export const getCodeHostInfoForRepo = (repo: {
250250 return {
251251 type : "bitbucketCloud" ,
252252 displayName : displayName ?? name ,
253- codeHostName : "Bitbucket" ,
253+ codeHostName : "Bitbucket Cloud " ,
254254 externalWebUrl,
255255 icon : src ,
256256 iconClassName : className ,
You can’t perform that action at this time.
0 commit comments