Skip to content

Commit

Permalink
fixup quotes and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Apr 23, 2024
1 parent 62dc2a5 commit c61f064
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/config-pages/global-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ const GlobalMessage = ({
" px-16 py-10 rounded-b-[25px] w-full lg:w-3/4 flex flex-col md:flex-row items-center gap-10"
}
>
{suGlobalMsgLabel && (
<div className="flex items-center leading-none shrink-0">
<MessageIcon messageType={suGlobalMsgType} />
{suGlobalMsgLabel}:
</div>
)}
<div>
{suGlobalMsgHeader && (
<H2 className='text-23 mb-3'>{suGlobalMsgHeader}</H2>
Expand Down

0 comments on commit c61f064

Please sign in to comment.