chore: formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kieran 2023-10-17 14:04:36 +01:00
parent faaeb6af4a
commit a0d14b158b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -44,7 +44,8 @@ export default function ListHandles() {
{a.domain}
</span>
</h4>
<button type="button"
<button
type="button"
onClick={() =>
navigate("manage", {
state: a,