Skip to content

Commit

Permalink
fix: correctly align protected by copy (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobChangCA authored Dec 3, 2024
1 parent 00118dc commit 63be696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ls } from "../../../../strings.js";
// eslint-disable-next-line jsdoc/require-jsdoc
export const ProtectedBy = () => (
<div className="flex flex-row gap-1 items-center h-[14px] text-fg-disabled">
<span className="text-[11px]">{ls.protectedBy.title}</span>
<span className="text-[11px] pt-[1px]">{ls.protectedBy.title}</span>
<AlchemyLogo />
</div>
);

0 comments on commit 63be696

Please sign in to comment.