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 cab11be commit 240236bCopy full SHA for 240236b
src/pages/Dashboard.tsx
@@ -306,11 +306,7 @@ const Dashboard: React.FC = () => {
306
</div>
307
308
<div className="glass-card rounded-lg p-6 text-center">
309
- <h3 className="text-xl font-medium mb-3">Daily Inspiration</h3>
310
- <blockquote className="text-lg italic mb-4"> "-- QUOTE HERE --"
311
- </blockquote>
312
<VerseSlideshow />
313
- <p className="text-muted-foreground">Scripture Quote</p>
314
315
</motion.div>
316
);
0 commit comments