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