Skip to content

Commit e39d055

Browse files
committed
add published/ suffix to server url
Issue: AAH-2335
1 parent 3e7f846 commit e39d055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/containers/token/token-insights.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ class TokenInsights extends React.Component<RouteProps, IState> {
189189
documentation]
190190
</Trans>
191191
</p>
192-
<ClipboardCopy isReadOnly>{getRepoUrl('published')}</ClipboardCopy>
192+
<ClipboardCopy isReadOnly>{`${getRepoUrl(
193+
'published',
194+
)}published/`}</ClipboardCopy>
193195
</section>
194196
<section className='body pf-c-content'>
195197
<h2>{t`SSO URL`}</h2>

0 commit comments

Comments
 (0)