Skip to content

Commit

Permalink
Merge branch 'develop' into mochi-web-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanddd committed Feb 29, 2024
2 parents 6c60fc0 + 56a84dc commit 07a3d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/mochi-web/components/Amount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default function Amount({
</div>
) : (
<Avatar
size={size === 'lg' ? 'xs' : 'xxs'}
className={clsx('shrink-0 aspect-square rounded-full', {
size={size === 'lg' || size === 'md' ? 'xs' : 'xxs'}
className={clsx('shrink-0 aspect-square [&>img]:rounded-none', {
/* 'my-1': size === 'md' && alignment === 'center' && !isLongNumber, */
'row-start-1 row-span-2 my-auto':
alignment === 'left' && !isLongNumber,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ChangelogDetailTitle = (props: ChangelogDetailTitleProps) => {
</Typography>
</div>
</div>
<div className="flex gap-2 items-center">
<div className="flex gap-2 items-center min-h-[45px]">
<Button asChild variant="outline" color="neutral" size="sm">
<Link href={social} target="_blank">
Follow @mochi_gg
Expand Down

0 comments on commit 07a3d10

Please sign in to comment.