Updates
This commit is contained in:
@@ -191,7 +191,7 @@ export default function SearchSelect<
|
||||
target={
|
||||
<Input
|
||||
type="text"
|
||||
placeholder="Search"
|
||||
placeholder={props.title || "Search Options"}
|
||||
value={inputValue}
|
||||
prefix={(<Search size={18} />) as any}
|
||||
suffix={(<ChevronDown size={20} />) as any}
|
||||
@@ -240,6 +240,7 @@ export default function SearchSelect<
|
||||
setSelectIndex(undefined);
|
||||
}}
|
||||
componentRef={inputRef}
|
||||
showLabel={showLabel}
|
||||
/>
|
||||
}
|
||||
targetWrapperProps={{ className: "w-full" }}
|
||||
|
||||
@@ -129,7 +129,7 @@ export function MyWorkPortfolioCard({
|
||||
<Link
|
||||
target="_blank"
|
||||
href={portfolio.href}
|
||||
className="text-sm text-wrap break-all border-none"
|
||||
className="text-sm text-wrap break-all border- dotted-text"
|
||||
>
|
||||
{portfolio.href}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user