Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Nov 4, 2023
1 parent 45247a7 commit add84be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Operations/Operation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export const OperationReplyInfo: React.FunctionComponent<Props> = props => {
</h3>
{explicitChannel?.address() ? (
<div className="text-xs text-gray-700">
Reply will be provided via this designated address:
Reply will be provided via this designated address:{' '}
<span className="border text-orange-600 rounded text-xs ml-2 py-0 px-2">
{explicitChannel.address()}{' '}
</span>
Expand Down

0 comments on commit add84be

Please sign in to comment.