Skip to content

Commit 240236b

Browse files
authored
Update Dashboard.tsx
1 parent cab11be commit 240236b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/Dashboard.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,7 @@ const Dashboard: React.FC = () => {
306306
</div>
307307

308308
<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>
312309
<VerseSlideshow />
313-
<p className="text-muted-foreground">Scripture Quote</p>
314310
</div>
315311
</motion.div>
316312
);

0 commit comments

Comments
 (0)