Changeset 99c1e45 for chapterx-frontend/src/components/ui/StoryCard.tsx
- Timestamp:
- 06/24/26 16:28:50 (11 days ago)
- Branches:
- main
- Children:
- a8f4a2d
- Parents:
- 0b502c2
- File:
-
- 1 edited
-
chapterx-frontend/src/components/ui/StoryCard.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chapterx-frontend/src/components/ui/StoryCard.tsx
r0b502c2 r99c1e45 1 1 import React from 'react' 2 2 import { useNavigate } from 'react-router-dom' 3 import { Heart, MessageCircle, Eye,Lock } from 'lucide-react'3 import { Heart, MessageCircle, Lock } from 'lucide-react' 4 4 import { Story } from '../../types' 5 5 import { useAuthStore } from '../../store/authStore' … … 86 86 {story.total_comments} 87 87 </span> 88 <span className="flex items-center gap-1 ml-auto">89 <Eye size={12} />90 {story.total_views.toLocaleString()}91 </span>92 88 </div> 93 89 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
