Skip to content

Commit e653670

Browse files
committed
chore: default aaguid light icon first in example
1 parent 53647e8 commit e653670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/hono/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function App() {
169169
}
170170

171171
function PasskeyCard({ session }: { session: Session }) {
172-
const icon = session.authenticator?.iconDark ?? session.authenticator?.iconLight ?? null
172+
const icon = session.authenticator?.iconLight ?? session.authenticator?.iconDark ?? null
173173
const name = session.authenticator?.name ?? 'Unknown authenticator'
174174

175175
return (

0 commit comments

Comments
 (0)