Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Exairnous committed Aug 6, 2024
1 parent a86b8ec commit a300df7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 8 additions & 2 deletions src/react-components/avatar-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,10 @@ class AvatarEditor extends Component {
values={{
a: chunks => (
<a
href={configs.link("promotion", "https://github.com/Hubs-Foundation/hubs/blob/master/PROMOTION.md")}
href={configs.link(
"promotion",
"https://github.com/Hubs-Foundation/hubs/blob/master/PROMOTION.md"
)}
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -611,7 +614,10 @@ class AvatarEditor extends Component {
values={{
a: chunks => (
<a
href={configs.link("remixing", "https://github.com/Hubs-Foundation/hubs/blob/master/REMIXING.md")}
href={configs.link(
"remixing",
"https://github.com/Hubs-Foundation/hubs/blob/master/REMIXING.md"
)}
target="_blank"
rel="noopener noreferrer"
>
Expand Down
6 changes: 5 additions & 1 deletion src/react-components/room/InvitePopover.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ export const Base = () => (
export const InviteLink = () => (
<RoomLayout
toolbarCenter={
<InvitePopoverButton inviteRequired initiallyVisible inviteUrl="https://demo.hubsfoundation.org/123?hub_invite_id=123" />
<InvitePopoverButton
inviteRequired
initiallyVisible
inviteUrl="https://demo.hubsfoundation.org/123?hub_invite_id=123"
/>
}
/>
);

0 comments on commit a300df7

Please sign in to comment.