File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
app/(app)/[orgId]/questionnaire Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525</p >
2626
2727<p align =" center " >
28- <a href =" https://www.producthunt.com/products/comp-ai-get-soc-2-iso-27001-gdpr/launches/comp-ai " ><img src =" https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%Day %23DA552E " alt =" Product Hunt " ></a >
28+ <a href =" https://www.producthunt.com/products/comp-ai-get-soc-2-iso-27001-gdpr/launches/comp-ai " ><img src =" https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%20Day- %23DA552E " alt =" Product Hunt " ></a >
2929 <a href =" https://github.com/trycompai/comp/stargazers " ><img src =" https://img.shields.io/github/stars/trycompai/comp " alt =" Github Stars " ></a >
3030 <a href =" https://github.com/trycompai/comp/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-AGPLv3-purple " alt =" License " ></a >
3131 <a href =" https://github.com/trycompai/comp/pulse " ><img src =" https://img.shields.io/github/commit-activity/m/trycompai/comp " alt =" Commits-per-month " ></a >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ export default async function NewQuestionnairePage() {
4747 cta = { 'Publish policies' }
4848 ctaTooltip = "To use this feature you need to publish policies first"
4949 href = { `/${ organizationId } /policies/all` }
50- imageSrcLight = "/questionaire /tmp-questionaire -empty-state.png"
51- imageSrcDark = "/questionaire /tmp-questionaire -empty-state.png"
50+ imageSrcLight = "/questionnaire /tmp-questionnaire -empty-state.png"
51+ imageSrcDark = "/questionnaire /tmp-questionnaire -empty-state.png"
5252 imageAlt = "Security Questionnaire"
5353 faqs = { [
5454 {
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export default async function SecurityQuestionnairePage() {
4343 cta = { 'Publish policies' }
4444 ctaTooltip = "To use this feature you need to publish policies first"
4545 href = { `/${ organizationId } /policies/all` }
46- imageSrcLight = "/questionaire /tmp-questionaire -empty-state.png"
47- imageSrcDark = "/questionaire /tmp-questionaire -empty-state.png"
46+ imageSrcLight = "/questionnaire /tmp-questionnaire -empty-state.png"
47+ imageSrcDark = "/questionnaire /tmp-questionnaire -empty-state.png"
4848 imageAlt = "Security Questionnaire"
4949 faqs = { [
5050 {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export function getOrganizationTools() {
1010}
1111
1212export const findOrganization = {
13- description : "Find the users organization and it's details" ,
13+ description : "Find the user's organization and its details" ,
1414 inputSchema : z . object ( { } ) ,
1515 execute : async ( ) => {
1616 const session = await auth . api . getSession ( {
You can’t perform that action at this time.
0 commit comments