We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e001 commit 0b82fb9Copy full SHA for 0b82fb9
src/components/PromptButton.jsx
@@ -1,6 +1,6 @@
1
import React, { useEffect, useRef, useState } from 'react';
2
-import { QUICK_START_PROMPT } from '../utils/ai-prompts';
3
+import { QUICK_START_PROMPT } from '../utils/ai-prompts';
4
import styles from './PromptButton.module.css';
5
6
export default function PromptButton({ prompt = QUICK_START_PROMPT, title = 'Use pre-built prompt to get started faster.' }) {
0 commit comments