mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-28 16:26:24 +02:00
Add support for parsing links in description/location
This commit is contained in:
parent
1e466718fc
commit
12e2c11ede
6 changed files with 81 additions and 12 deletions
|
@ -99,7 +99,7 @@ const Tooltip: React.VoidFunctionComponent<TooltipProps> = ({
|
|||
{...attributes.popper}
|
||||
>
|
||||
<Transition
|
||||
className="tooltip"
|
||||
className="px-3 py-2 rounded-md pointer-events-none bg-slate-700 text-slate-200 shadow-md"
|
||||
as={"div"}
|
||||
show={debouncedValue}
|
||||
enter="transition transform duration-100"
|
||||
|
@ -108,7 +108,7 @@ const Tooltip: React.VoidFunctionComponent<TooltipProps> = ({
|
|||
>
|
||||
<div
|
||||
ref={setArrowElement}
|
||||
className="tooltip-arrow"
|
||||
className="tooltip-arrow w-3 h-3 border-transparent border-[6px]"
|
||||
style={styles.arrow}
|
||||
data-popper-arrow
|
||||
></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue