Skip to content

Commit fa65bf7

Browse files
RON KENOLY
1 parent e640451 commit fa65bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ai/GlobalAIAssistant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const GlobalAIAssistant = () => {
227227
<p className="text-xs text-slate-500 dark:text-gray-400 mt-1">Ask about legislation or the Constitution</p>
228228
</div>
229229
<div className="flex flex-wrap gap-2 justify-center">
230-
{['What is Article 43?', 'Explain Finance Bill'].map(q => (
230+
{['What is Article 43?', 'Explain Finance Bill', 'What can I do as a citizen?'].map(q => (
231231
<button
232232
key={q}
233233
onClick={() => {

0 commit comments

Comments
 (0)