Skip to content

Commit

Permalink
Align the DM button to the right on profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 22, 2024
1 parent 75f992c commit e60beba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const User = (props: UserProps) => {
: undefined}
</div>
{credentials && credentials.username !== props.username ?
<div>
<div className="flex grow justify-end">
<Button type="button" onClick={dm}>
DM
</Button>
Expand Down

0 comments on commit e60beba

Please sign in to comment.