import Icon from "components/Icon"; import Link from "next/link"; import styles from "styles/Posts.module.sass"; import { useTheme } from "next-themes"; import Date from "./Date"; const Post = ({ title, date, tag, slug }) => { const { resolvedTheme: theme } = useTheme(); return ( <>

{title}

{tag ? (

{tag}

) : undefined}
); }; export default Post; { /* */ } { /* */ } { /*
*/ } { /* */ } { /*
*/ } { /*

{props.platform}

*/ } { /*

{props.username}

*/ } { /*
*/ } { /* */ } { /*
*/ } { /*
*/ } { /* */ }