Skip to content

Commit

Permalink
feat: Rename FlagshipLink to WebFlagshipLink
Browse files Browse the repository at this point in the history
This should clarify that this link should be run on the web side and
not on the Flagship app side
  • Loading branch information
Ldoppea committed Sep 24, 2024
1 parent 374782f commit e06163c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CozyLink from './CozyLink'

export default class FlagshipLink extends CozyLink {
export default class WebFlagshipLink extends CozyLink {
/**
* @param {object} [options] - Options
* @param {import('cozy-intent').WebviewService} [options.webviewIntent] - The webview's intent reference
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { default } from './CozyClient'
export { default as CozyLink } from './CozyLink'
export { default as StackLink } from './StackLink'
export { default as FlagshipLink } from './FlagshipLink'
export { default as WebFlagshipLink } from './WebFlagshipLink'
export { default as compose } from 'lodash/flow'
export {
QueryDefinition,
Expand Down

0 comments on commit e06163c

Please sign in to comment.