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 0d113c3 commit edb1d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/config-pages/global-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ const GlobalMessage = ({
<Wysiwyg html={suGlobalMsgMessage?.processed} />
</div>

{suGlobalMsgLink?.url && (
{suGlobalMsgLink?.url &&
<ActionLink href={suGlobalMsgLink.url} className="w-full max-w-fit">
{suGlobalMsgLink.title}
</ActionLink>
)}
}
</div>
</div>
</div>
Expand Down

0 comments on commit edb1d79

Please sign in to comment.