Skip to content

Commit

Permalink
feat: change type gen language
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Dec 17, 2023
1 parent 8366489 commit 1a40289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Modals/TypeModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const TypeModal: React.FC<ModalProps> = ({ opened, onClose }) => {
<Prism
miw={350}
mah={600}
language="typescript"
language={selectedType}
copyLabel="Copy to clipboard"
copiedLabel="Copied to clipboard"
withLineNumbers
Expand Down

0 comments on commit 1a40289

Please sign in to comment.