Skip to content

Commit

Permalink
Use padlock icon ofc
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Aug 6, 2024
1 parent a8af94c commit febfe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto-browser/app/at/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function RecordVerificationBadge({

try {
await verifyRecords(car, did, key);
return <span title="Valid record"></span>;
return <span title="Valid record">🔒</span>;
} catch (e) {
if (e instanceof Error) {
return <span title={`Invalid record (${e.message})`}></span>;
Expand Down

0 comments on commit febfe1a

Please sign in to comment.