update ads
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-06 16:23:14 +03:00
parent 8df0eb6473
commit 320ab1896f
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -3,20 +3,19 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
import { classNames } from "../util/lang"
const Ads: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => {
return (
<div>
<blockquote className="callout tip" data-callout="tip">
<div className="callout-title">
<div className="callout-icon"></div>
<div className="callout-title-inner"><p>Спонсор: VDSina</p></div>
</div>
<div className="callout-content">
<p>Хостинг провайдер, которым пользуюсь сам. Сервера на территории РФ и Нидерландов, 2 ТБ трафика на сервер.<br />
<br /><a href="https://vdsina.ru/?partner=3yw9q78nd5" rel="nofollow">Вечная скидка 10% при
регистрации.</a></p>
</div>
</blockquote>
return (
<blockquote className="callout tip desktop-only" data-callout="tip">
<div className="callout-title">
<div className="callout-icon"></div>
<div className="callout-title-inner"><p>Спонсор: VDSina</p></div>
</div>
)
<div className="callout-content">
<p>Хостинг провайдер, которым пользуюсь сам. Сервера на территории РФ и Нидерландов, 2 ТБ трафика на
сервер.<br />
<br /><a href="https://vdsina.ru/?partner=3yw9q78nd5" rel="nofollow">Вечная скидка 10% при
регистрации.</a></p>
</div>
</blockquote>
)
}
export default (() => Ads) satisfies QuartzComponentConstructor