diff --git a/components/Content.tsx b/components/Content.tsx index 078f499..f1662fc 100644 --- a/components/Content.tsx +++ b/components/Content.tsx @@ -355,9 +355,10 @@ function AccountDetails({ account, mainDomain }) { const [expandedFollowers, setExpandedFollowers] = useState(false) return ( -
  • -
    -
    +
  • +
    +
    + {display_name}

    -

    - {acct} | {numFollowers} followers -

    +
    + {acct} + | + {numFollowers} followers +

    -
    +