Skip to content

Commit

Permalink
updates source tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
benderham committed Sep 16, 2024
1 parent 69481c2 commit 1acfa6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/app/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function subscribeToButtondown (pathname: string, formData: FormDat
email: formData.get('email'),
tags: [
...formData.getAll('tags'),
`keystone website${pathname !== '/' ? `: ${pathname}` : ' homepage'}`,
`source:keystonejs.com${pathname !== '/' ? `/${pathname}` : '/home'}`,
],
}

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/pages/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Welcome ({ value, onContinue }: { value: any, onContinue: () => void })
return
}

const tags = [ 'source: @keystone-6/auth' ]
const tags = ['source:@keystone-6/auth']
if (subscribe.keystone) tags.push('keystone_list')
if (subscribe.thinkmill) tags.push('thinkmill_list')

Expand Down

0 comments on commit 1acfa6e

Please sign in to comment.