Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</p>

<p align="center">
<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>
<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>
<a href="https://github.com/trycompai/comp/stargazers"><img src="https://img.shields.io/github/stars/trycompai/comp" alt="Github Stars"></a>
<a href="https://github.com/trycompai/comp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-purple" alt="License"></a>
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default async function NewQuestionnairePage() {
cta={'Publish policies'}
ctaTooltip="To use this feature you need to publish policies first"
href={`/${organizationId}/policies/all`}
imageSrcLight="/questionaire/tmp-questionaire-empty-state.png"
imageSrcDark="/questionaire/tmp-questionaire-empty-state.png"
imageSrcLight="/questionnaire/tmp-questionnaire-empty-state.png"
imageSrcDark="/questionnaire/tmp-questionnaire-empty-state.png"
imageAlt="Security Questionnaire"
faqs={[
{
Expand Down
4 changes: 2 additions & 2 deletions apps/app/src/app/(app)/[orgId]/questionnaire/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export default async function SecurityQuestionnairePage() {
cta={'Publish policies'}
ctaTooltip="To use this feature you need to publish policies first"
href={`/${organizationId}/policies/all`}
imageSrcLight="/questionaire/tmp-questionaire-empty-state.png"
imageSrcDark="/questionaire/tmp-questionaire-empty-state.png"
imageSrcLight="/questionnaire/tmp-questionnaire-empty-state.png"
imageSrcDark="/questionnaire/tmp-questionnaire-empty-state.png"
imageAlt="Security Questionnaire"
faqs={[
{
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/data/tools/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function getOrganizationTools() {
}

export const findOrganization = {
description: "Find the users organization and it's details",
description: "Find the user's organization and its details",
inputSchema: z.object({}),
execute: async () => {
const session = await auth.api.getSession({
Expand Down