feat: update social share component, and enhance modal structure
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Breadcrumb from '~/components/ui/breadcrumb'
|
||||
import { Card } from '~/components/ui/card'
|
||||
import { Carousel } from '~/components/ui/carousel'
|
||||
import IconsSocial from '~/components/ui/icons-social'
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { BERITA, CONTENT } from '~/pages/news-detail/data'
|
||||
import IconsSocial from '~/components/ui/social-share'
|
||||
|
||||
import { BERITA, CONTENT } from './data'
|
||||
|
||||
export const NewsDetailPage = () => {
|
||||
const { title, content, featured, slug, author, date, tags } = CONTENT
|
||||
|
||||
Reference in New Issue
Block a user