chore: format and lint
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import React from 'react'
|
||||
|
||||
export function LogoIcon() {
|
||||
return (
|
||||
<svg
|
||||
@@ -8,6 +6,7 @@ export function LogoIcon() {
|
||||
height="56"
|
||||
fill="none"
|
||||
viewBox="0 0 56 56"
|
||||
aria-label="Nostr Connect logo"
|
||||
>
|
||||
<rect width="56" height="56" fill="#EEECFD" rx="16"></rect>
|
||||
<rect
|
||||
@@ -70,6 +69,7 @@ export function SettingsIcon(props) {
|
||||
viewBox="0 0 24 24"
|
||||
strokeWidth={1.5}
|
||||
stroke="currentColor"
|
||||
aria-label="Settings"
|
||||
{...props}
|
||||
>
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user