Ignore:
Timestamp:
06/24/26 16:28:50 (11 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
a8f4a2d
Parents:
0b502c2
Message:

Fixed writer section and admin management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapterx-frontend/src/components/ui/StoryCard.tsx

    r0b502c2 r99c1e45  
    11import React from 'react'
    22import { useNavigate } from 'react-router-dom'
    3 import { Heart, MessageCircle, Eye, Lock } from 'lucide-react'
     3import { Heart, MessageCircle, Lock } from 'lucide-react'
    44import { Story } from '../../types'
    55import { useAuthStore } from '../../store/authStore'
     
    8686            {story.total_comments}
    8787          </span>
    88           <span className="flex items-center gap-1 ml-auto">
    89             <Eye size={12} />
    90             {story.total_views.toLocaleString()}
    91           </span>
    9288        </div>
    9389      </div>
Note: See TracChangeset for help on using the changeset viewer.