chore: formatting
This commit is contained in:
parent
faaeb6af4a
commit
a0d14b158b
@ -161,7 +161,10 @@ export default function ProfileSettings(props: ProfileSettingsProps) {
|
||||
<button className="flex items-center" type="button" onClick={() => navigate("/nostr-address")}>
|
||||
<FormattedMessage defaultMessage="Buy nostr address" />
|
||||
</button>
|
||||
<button className="flex items-center secondary" type="button" onClick={() => navigate("/free-nostr-address")}>
|
||||
<button
|
||||
className="flex items-center secondary"
|
||||
type="button"
|
||||
onClick={() => navigate("/free-nostr-address")}>
|
||||
<FormattedMessage defaultMessage="Get a free one" />
|
||||
</button>
|
||||
</div>
|
||||
|
@ -44,7 +44,8 @@ export default function ListHandles() {
|
||||
{a.domain}
|
||||
</span>
|
||||
</h4>
|
||||
<button type="button"
|
||||
<button
|
||||
type="button"
|
||||
onClick={() =>
|
||||
navigate("manage", {
|
||||
state: a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user