Skip to content

Commit

Permalink
Merge pull request #54 from oxen-io/fix_managed_by
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym authored Aug 5, 2024
2 parents 79e30b1 + 66d42c9 commit 4deb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export async function Footer() {
<span
className={clsx('my-6 text-sm font-medium uppercase', 'md:mt-16', 'lg:mb-24 lg:mt-8')}
>
/ {footerManagedBy}
{footerManagedBy ? `/ ${footerManagedBy}` : null}
</span>
<BottomJsx
lastUpdatedDate={lastUpdatedDate}
Expand Down

0 comments on commit 4deb12f

Please sign in to comment.