Skip to content

Commit

Permalink
Minor typo: Tiptap instead of TipTap
Browse files Browse the repository at this point in the history
  • Loading branch information
yaaax committed Oct 24, 2024
1 parent c869c50 commit 9d32502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion confiture-rest-api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ model StoredFile {
key String
thumbnailKey String
// Inside TipTap editor (EDITOR) or added as an attachment (ATTACHMENT)?
// Inside Tiptap editor (EDITOR) or added as an attachment (ATTACHMENT)?
display FileDisplay @default(ATTACHMENT)
criterionResult CriterionResult? @relation(fields: [criterionResultId], references: [id], onDelete: Cascade, onUpdate: Cascade)
Expand Down
2 changes: 1 addition & 1 deletion confiture-web-app/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ from DSFR links with `target="_blank"` */
vertical-align: middle;
}

/* Testing some different UI for TipTap editor: */
/* Testing some different UI for Tiptap editor: */
/* .tiptap[contenteditable]:not([contenteditable="false"]),
.tiptap[tabindex] {
color: rgba(10, 118, 246, 0);
Expand Down

0 comments on commit 9d32502

Please sign in to comment.