Tweak license message

This commit is contained in:
Gregory Schier
2024-12-17 06:14:12 -08:00
parent cb6e3d4ac8
commit a81f9d07cb
2 changed files with 11 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ export function Link({ href, children, className, event, ...other }: Props) {
{...other}
>
<span className="underline">{children}</span>
<Icon className="inline absolute right-0.5 top-1.5" size="xs" icon="external_link" />
<Icon className="inline absolute right-0.5 top-[0.3em]" size="xs" icon="external_link" />
</a>
);
}