Compare commits

..

No commits in common. "260c74491aae1c2fc718cf21363c7b507758f10f" and "16ce40d1ecbbb80887191f389b5f968e62f7f985" have entirely different histories.

View file

@ -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" />