diff --git a/components/PoweredBy.js b/components/PoweredBy.js index e07825ea..87b8705f 100644 --- a/components/PoweredBy.js +++ b/components/PoweredBy.js @@ -7,7 +7,7 @@ import { siteConfig } from '@/lib/config' export default function PoweredBy(props) { return (
+ className={`gap-x-1 flex flex-wrap text-sm font-serif ${props.className || ''}`}> Powered by {

{title} {siteConfig('BIO') && <>|} {siteConfig('BIO')}

- +