Compare commits
2 commits
16ce40d1ec
...
260c74491a
Author | SHA1 | Date | |
---|---|---|---|
260c74491a | |||
a5a563ac92 |
1 changed files with 2 additions and 2 deletions
|
@ -69,18 +69,18 @@ export default () => {
|
|||
<div class={style.content}>
|
||||
{largeImage && (
|
||||
<div class={style.bigImage}>
|
||||
{/* @ts-expect-error; placement is not in the types for some reason? */}
|
||||
<mdui-tooltip
|
||||
content={activity.assets?.large_text}
|
||||
// @ts-expect-error; placement is not in the types for some reason?
|
||||
placement="top-right"
|
||||
>
|
||||
<img src={largeImage} alt="Large Activity" />
|
||||
</mdui-tooltip>
|
||||
{smallImage && (
|
||||
<div class={style.smallImage}>
|
||||
{/* @ts-expect-error; placement is not in the types for some reason? */}
|
||||
<mdui-tooltip
|
||||
content={activity.assets?.small_text}
|
||||
// @ts-expect-error; placement is not in the types for some reason?
|
||||
placement="top-right"
|
||||
>
|
||||
<img src={smallImage} alt="Small Activity" />
|
||||
|
|
Loading…
Add table
Reference in a new issue