mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
fix(templates): Add right border in header after website field with custom fields in Rhyhorn
This commit is contained in:
@ -124,7 +124,7 @@ const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
|
|||||||
if (!isUrl(url.href)) return null;
|
if (!isUrl(url.href)) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center gap-x-1.5">
|
<div className="flex items-center gap-x-1.5 border-r pr-2 last:border-r-0 last:pr-0">
|
||||||
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
|
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
|
||||||
<a
|
<a
|
||||||
href={url.href}
|
href={url.href}
|
||||||
|
|||||||
Reference in New Issue
Block a user