all good
This commit is contained in:
parent
47d89f6fad
commit
017902b8e6
82 changed files with 331466 additions and 54841 deletions
|
|
@ -44,6 +44,8 @@ export default function ExternalSearchLinks({
|
|||
|
||||
if (!urls) return null;
|
||||
|
||||
const primaryLinkClass =
|
||||
'flex-1 text-center text-xs py-1.5 px-2 rounded bg-teal-600 hover:bg-teal-700 text-white dark:bg-teal-500 dark:text-navy-950 dark:hover:bg-teal-400 font-medium shadow-sm';
|
||||
const linkClass =
|
||||
'flex-1 text-center text-xs py-1.5 px-2 rounded border border-warm-200 dark:border-warm-700 bg-white dark:bg-warm-800 text-teal-600 dark:text-teal-400 hover:bg-warm-50 dark:hover:bg-warm-700 font-medium';
|
||||
const disabledClass =
|
||||
|
|
@ -56,7 +58,12 @@ export default function ExternalSearchLinks({
|
|||
</h3>
|
||||
<div className="flex flex-wrap gap-2">
|
||||
{rightmoveHref ? (
|
||||
<a href={rightmoveHref} target="_blank" rel="noopener noreferrer" className={linkClass}>
|
||||
<a
|
||||
href={rightmoveHref}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className={primaryLinkClass}
|
||||
>
|
||||
Rightmove
|
||||
</a>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue