Skip to content

Commit

Permalink
Auto-prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros authored and github-actions[bot] committed Nov 28, 2024
1 parent 52033fa commit 1323201
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/components/nav/manifold-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export function ManifoldLogo(props: { className?: string; twoLine?: boolean }) {
className="h-10 w-10 shrink-0 stroke-amber-700 transition-transform group-hover:rotate-12"
aria-hidden
/>
<div
className={clsx('text-xl font-thin text-amber-700')}
>
<div className={clsx('text-xl font-thin text-amber-700')}>
{ENV == 'DEV' ? 'DEVIFO️LD' : 'MANIF🦃LD'}
</div>
</Link>
Expand Down

0 comments on commit 1323201

Please sign in to comment.