Skip to content

Commit

Permalink
use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Jan 27, 2022
1 parent 7dd9043 commit 4ee929f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog/app/containers/Bucket/WithPackagesSupport.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import * as React from 'react'

import Message from 'components/Message'
import { docs } from 'constants/urls'
import * as BucketConfig from 'utils/BucketConfig'
import * as Config from 'utils/Config'
import StyledLink from 'utils/StyledLink'

const ADD_BUCKET_DOCS = 'https://docs.quiltdata.com/catalog/admin#buckets'
const ADD_BUCKET_DOCS = `${docs}/catalog/admin#buckets`

interface WithPackagesSupportProps {
bucket: string
Expand Down

0 comments on commit 4ee929f

Please sign in to comment.