Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1776 | Repo Breadcrumb clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 2, 2024
1 parent 458a4ea commit 7fbd734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ services:
environment:
- LOGIN_REDIRECT_URL=${LOGIN_REDIRECT_URL-http://localhost:4002}
- OIDC_RP_CLIENT_ID=${OIDC_RP_CLIENT_ID-ocllocal}
- OIDC_RP_CLIENT_SECRET
- OIDC_RP_CLIENT_SECRET=${OIDC_RP_CLIENT_SECRET-RfciYkksQf7CoqVTC7xzy0glz9GE4gC4}
4 changes: 2 additions & 2 deletions src/components/repos/RepoChip.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import FollowActionButton from '../common/FollowActionButton'
import VersionIcon from '@mui/icons-material/AccountTreeOutlined';
import OwnerButton from '../common/OwnerButton'
import RepoVersionButton from './RepoVersionButton'
import { URIToOwnerParams } from '../../common/utils'
import { URIToOwnerParams, dropVersion } from '../../common/utils'
import DotSeparator from '../common/DotSeparator'

const TooltipTitle = ({ repo }) => {
Expand All @@ -34,7 +34,7 @@ const TooltipTitle = ({ repo }) => {
<RepoVersionButton
icon={<RepoIcon sx={{width: '15px', height: '15px'}} />}
repo={repoId}
href={repo?.url}
href={dropVersion(url)}
size='small'
/>
<DotSeparator margin='0 8px' />
Expand Down

0 comments on commit 7fbd734

Please sign in to comment.